Next.js Discord

Discord Forum

Ses Bulk Emails Going To Spam

Answered
Anay-208 posted this in #help-forum
Open in Discord
I'm using ses bulk email operation n number of times using for loop, To send emails to 1 K + people. However, the email seems to be going to spam.

What can I do to avoid it?

Since ses has a limit of max of 50 destinations per bulk email, I'm initiating multiple operations.

I've also added a unsubscribe footer at the bottom, so that anyone can unsubscribe.
Answered by Anay-208
I need to reduce the rate at which email is send. 50 emails send every 15s was too much
View full answer

14 Replies

was it a sudden 1k emails, or have you been slowly sending from the domain (ie does gmail think your just mass emailing out of no where)
I'm just using ses bulk email operation
that still doesnt exempt you from gmail/outlook/etc just seeing large influx and then "banning"
the best thing is for you to get everyone to mark as not spam i think
So is it possible in ses to decrease Emails per second ?
now there is something i know nothing about
Are you using any of the email authentication methods? https://www.cloudflare.com/learning/email-security/dmarc-dkim-spf/
I'm using ses, which uses DKIM if I'm right
did you configure it
you usally have to add private key
I configured DNS
or they do for you (but that can be another red flag if they use their own one)
DKIM is there
I need to reduce the rate at which email is send. 50 emails send every 15s was too much
Answer