pstein Posted February 22, 2012 Share Posted February 22, 2012 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 Quote Link to comment https://forums.phpfreaks.com/topic/257515-search-php-code-to-access-remote-email-account/ Share on other sites More sharing options...
xyph Posted February 22, 2012 Share Posted February 22, 2012 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. Quote Link to comment https://forums.phpfreaks.com/topic/257515-search-php-code-to-access-remote-email-account/#findComment-1319884 Share on other sites More sharing options...
pstein Posted March 24, 2012 Author Share Posted March 24, 2012 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 Quote Link to comment https://forums.phpfreaks.com/topic/257515-search-php-code-to-access-remote-email-account/#findComment-1330699 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.