Portal Home > Knowledgebase > Articles Database > PHPMailer and Hotmail/Live


PHPMailer and Hotmail/Live




Posted by latheesan, 07-26-2009, 03:23 PM
Hello, I am working on a website that requires users to register with a valid email, so i have a simple activation system. So, I need to be able to send many emails from my server, so i chose PHPMailer (http://sourceforge.net/projects/phpmailer/) to send those activation emails using my own SMTP server. This is how the emails are delivered: This is the email_template.html -> http://pastebin.com/m3dc7d888 I tested the above script and i am not getting any emails from this script to my hotmail/live account. I checked junk mail folder also. works fine on yahoo. is there something i'm not doing right? I need to be able to send emails to any email service providers. Last edited by latheesan; 07-26-2009 at 03:30 PM.

Posted by JulesR, 07-26-2009, 10:54 PM
If there's nothing in any of your folders, and nothing in the spam folder, yet the script works fine to other servers then I'd check your server logs. It's possible the remote SMTP servers (Microsoft) are rejecting your connections for some reason.

Posted by relichost, 07-27-2009, 03:26 AM
Hi The server your sending from: 1, Make sure it has the correct Reverse DNS entry 2, Make sure the IP you are sending from has a good reputation 3, Make sure by looking at the logs that the email is actually leaving the server. 4, Add SPF to your domain and make sure that the IP your sending from is added to the list of allowed senders. Cant think of any reason you wouldnt see any emails at all, unless it never left the server your sending from. Does it work to other providers ? Thanks

Posted by mioot, 07-27-2009, 07:49 AM
Check SPF record and if every thing is perfect than report this problem to your web host providers.



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
Rating Sysetm (Views: 667)