Jump to content

Search PHP code to access remote email account


pstein

Recommended Posts

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

Using a proxy server would be easiest.

 

You could _try_ something like

http://www.phpmyproxy.com

 

Hotmail only offers POP3/etc to paying customers. If you have POP3 access, there are tons of PHP-based email clients that you can install on your server and configure to use hotmail.

  • 1 month later...

Using a proxy server would be easiest.

 

You could _try_ something like

http://www.phpmyproxy.com

 

Hotmail only offers POP3/etc to paying customers. If you have POP3 access, there are tons of PHP-based email clients that you can install on your server and configure to use hotmail.

 

Ok, thank you but:

 

1.) It didn't work e.g. for hotmail.com

 

2.) In order to use it I have to reveal/transfer my login + passwords to this proxy servers (which I want to avoid).

I need such a proxy php script for a MY OWN server.

Simplicity matters for setting up such a proxy

 

Any suggestions for that purpose?

 

Peter

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.