All emails end up as SPAM

jacoblhansen2575

New Member
YetiShare User
May 26, 2013
7
0
0
Hi,

On all the tests I have conducted, the registration email always end up in the spamfilter. How do we avoid this?
 

dylanjones2547

New Member
YetiShare User
May 17, 2013
3
0
0
Hi Jacob,

The best way around this problem would be to use the smtp feature. Unfortunately, using the PHP method will almost always mark them as spam (due to how phpmail and sendmail works). Unless, of course, it comes from a trusted domain.
 

mihaitudor2820

New Member
YetiShare User
Aug 2, 2013
1
0
0
Hello,
Yes, it's not about the script. It's more an IP issue. Php mail() is using your server's ip to send the email. If that ip is from an ambiguous ip class any email will go to your spam.

i use the SMTP feature with transactional email service from sendgrid or mandrill (they rock)