Jump to content

Need help making my validation email less offensive to spam filters


DWilliams

Recommended Posts

My application has an email validation feature like so many others, but on my first test deployment many of my users are reporting that it's getting sent to their spam folders.

 

Here is the basic contents of the email:

 

You are receiving this email because you requested an key to validate your email account with the <site name> installation of SMSWebAlerts
========================================================
If you received this email in error, please delete it. If not, your activation key is 117390f8956f242dca9d3d9c8eaaf7c5. You can enter it manually on the validation page or visit this URL to activate your account:

http://www.example.com/validation.php?key=117390f8956f242dca9d3d9c8eaaf7c5

 

What part of that is triggering the spam filters and how can I reword it to actually hit the inbox?

Link to comment
Share on other sites

Does your sending mail server have an SPF DNS record and what mail header fields are you using when you send the email?

 

I'm not too sure on the techincal details of it honestly. I'm using the PHPMailer library using its default settings. I'm sending via GMail's free SMTP service currently.

Link to comment
Share on other sites

So, you are sending through a gmail server and the receiving mail server(s) is(are) voting the email as spam?

 

What are you setting the From: address header to? An email address hosted at gmail, since that is where the email is being sent from?

 

Yes, I set up a GMail account and am using its SMTP login details to send email. GMail overwrites whatever From: header you send with the actual email address it was from so that shouldn't be an issue.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.