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

Link to comment
Share on other sites

  • 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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.