Web Hosting Talk







View Full Version : php's mail() goes straight to spam box


jjk2
01-09-2010, 02:19 AM
okay so I have a gmail acount setup for mydomain.com

I am also sending emails to another gmail account using the me@mydomain.com using php's mail()

problem is, these emails go straight to Spam box!

If I started sending out important emails, it will go straight to spam box !!!

activelobby4u
01-09-2010, 03:19 AM
make sure you have these

1. rdns for the primary IP
2. spf records for the sending domain
3. domain keys
4. script is sending email from a valid email address , if not modify your script to do that :agree: