Page 1 of 1

Mails in spam

Posted: Sat Jun 02, 2007 1:30 am
by sarav_dude
Hi there everyone, My problem is that ... all the mails from my site : http://urlsave.net , which i send through php are always deliver to spam box both in gmail and yahoo mail, even the mail from the cpanel of the site is delivered to spam boxes dont know why ? please help me , is there is any server setting needed for sending proper mails , i have also placed complete headers, but nothing helped.

Posted: Sat Jun 02, 2007 2:04 am
by rssajkow
There is a "from" address setting in PHP.ini you should make sure that has a value and also make sure your server has a proper PTR record adn reverse DNS entry. You can check if your server has a reverse DNS entry and PTR by visiting http://www.dnsstuff.com. good luck!

Posted: Sat Jun 02, 2007 3:25 am
by sarav_dude
Thanks for replying, i dont have access to the php.ini, as i m using shared hosting, and i have checked my site at dnsstuff.com, but i did not understand much about that .... :(

Posted: Sat Jun 02, 2007 5:31 am
by superdezign
Go here for some tips from Swiftmailer on how to avoid being considered spam. Maybe you should implement Swiftmailer as well. It just may solve your problem.