When using personalizations to send a batch of emails, using template and substitutions with different content but same subject, to the same Gmail account, all emails are flagged as delived on SendGrid but only one is really delivered on Gmail.
In this case, if the emails can't be delayed (eg: admin chooses the hour to receive), by breaking them in many batches, and the subject can be the same (eg: filled by the admin) this issue can generate some headache. (not my real case)
This is an odd question, but would it be possible to test this with a system that is not Gmail based? Our current assumption on this, because we are seeing the emails leave our infrastructure, is that gmail is "eating" those emails due to the SMTPID being the same.
The SMTP-ID is generated at request time, to tell the recipient "This email was sent by the same request to the SMTP server". We believe that since the emails are all requested to be sent at the same time, by the same requester, with the same SMTP-ID - gmail is assuming they are all the same.
We would love to be incorrect here, but this has been our experience.
Edit: added last sentence.
Testing a single call to Gmail, Hotmail and Yahoo (same SMTP-ID for all 6 expected emails), I got these results:
@mbernier, I think you are right about they are assuming that the emails are all the same or maybe it's for some security reason. It's not a default behavior, because Yahoo has a different approach than Gmail and Hotmail.
I think it's better include this validation (email + subject) on SendGrid's docs and internal proccess, informing about it and the batch wiil need to be divided before send it to SendGrid.
@peluprvi THANK YOU for trying this out, I really really appreciate it. We will make the note. This is great.
@peluprvi,
Thank you for being awesome :)
We would like to offer you some swag as a small thank you. Could you please fill out this form for us?
With Best Regards,
Elmer
Is this going to get fixed ever? This issue makes it practically impossible to send multiple emails to the same email address in a single API request.
Or is there some other way to send multiple emails in one request whereby each email will have its own SMTP-ID?
Most helpful comment
@peluprvi THANK YOU for trying this out, I really really appreciate it. We will make the note. This is great.