Mails in spam

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
sarav_dude
Forum Newbie
Posts: 24
Joined: Sun Apr 30, 2006 8:40 am
Location: India
Contact:

Mails in spam

Post 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.
rssajkow
Forum Newbie
Posts: 11
Joined: Mon Oct 02, 2006 1:03 am

Post 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!
User avatar
sarav_dude
Forum Newbie
Posts: 24
Joined: Sun Apr 30, 2006 8:40 am
Location: India
Contact:

Post 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 .... :(
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post 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.
Post Reply