-1

Possible Duplicate:
How to send validation email without going into the spam folder?

I have this PHP server that sends verification emails to the users.

Whenever the system sends a verify verifcation to a user, GMAIL marks it as spam. What do I need to do to make it stop? It is hard for me to explain to the clients what to do and it is not right.

Community
  • 1
  • 1
Eli
  • 107
  • 1
  • 10

2 Answers2

1

Its not PHP, its the SMTP server you're sending from.

Even until recently, sugarsync emails still get spam filtered by gmail.

bobobobo
  • 64,917
  • 62
  • 258
  • 363
1

You should ensure that the subject of the email or body doesn't include any irrelevant text that could be interpreted as spam?

Ghazanfar Mir
  • 3,493
  • 2
  • 26
  • 42