Search PHP code to access remote email account
Posted: Wed Feb 22, 2012 1:10 am
I am sitting behind a firewall which blocks the http access to all popular free email providers like
hotmail.com
gmail.com
....
The blocking is done by filtering out the domain names.
So I am searching for a way to access the mailbox by a third domain e.g. mydomain123.com (which is under my control).
I could imagine that there is a PHP code which can be setup on mydomain123.com which accesses the final hotmail.com
mailbox by using POP3 fetches and SMTP sends.
Is there such an PHP intermediate code?
Peter
hotmail.com
gmail.com
....
The blocking is done by filtering out the domain names.
So I am searching for a way to access the mailbox by a third domain e.g. mydomain123.com (which is under my control).
I could imagine that there is a PHP code which can be setup on mydomain123.com which accesses the final hotmail.com
mailbox by using POP3 fetches and SMTP sends.
Is there such an PHP intermediate code?
Peter