Mails in spam
Moderator: General Moderators
- sarav_dude
- Forum Newbie
- Posts: 24
- Joined: Sun Apr 30, 2006 8:40 am
- Location: India
- Contact:
Mails in spam
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.
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!
- sarav_dude
- Forum Newbie
- Posts: 24
- Joined: Sun Apr 30, 2006 8:40 am
- Location: India
- Contact:
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
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.