Reputation: 21
Does Amazon SES provide bulk email processing service?
I tried using amazon SES for sending emails.There is sequential access for sending mails. For bulk processing in faq, they are saying to send email through multiple iterations. Is there any other way i can send bulk mails through amazon ses.
Upvotes: 0
Views: 441
Reputation: 200850
If you want to send emails to multiple recipients, without exposing the email addresses to each recipient, and without using BCC, then you would have to send the emails once at a time with SES. Also, if you wanted to personalize each email then you would have to send them one at a time with SES.
SES is not a bulk email service like MailChimp or SendGrid.
Upvotes: 4