Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Problems with email delivery rates through SendGrid

Tags:

email

sendgrid

We're having problems with email delivery on our web app. It seems to be very irregular, in the sense that most of the time we have a 95% activation rate once a user has created an account - but on the odd day (like today) we have only a 40% activation rate.

We talked to SendGrid and they said their system is reporting the email sent, and to have user check the spam boxes - but the users claim their are no emails in the spam boxes.

Does anyone have any idea what might be going on? It's beginning to be a problem as we get multiple support tickets daily from users who can't activate.

One influencing factor might be that most of our users use .edu email addresses.

Thanks!

Walker

like image 340
Walker Avatar asked Jan 10 '11 00:01

Walker


2 Answers

It's probably happening on the receiving end.

When we had this problem (only with confirmation emails) we decided to add an Unsubscribe link (even though it doesn't make sense) and our delivarability went way up.

This happens because most mail servers look for an unsub link, and treat emails without one as instant spam, not letting it get to the user.

like image 102
Nick Zinger Avatar answered Oct 29 '22 14:10

Nick Zinger


I had a similar issue and my problem ended up being that I had a bounce at one time so the email never sent to that address again. If it is a bounce issue, you can clean out the bounce log in your sendgrid account and it should at least try to send the email again.

like image 32
Scott Avatar answered Oct 29 '22 15:10

Scott