微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

如何使用 AWS SES 发送批量电子邮件

如何解决如何使用 AWS SES 发送批量电子邮件

我正在研究基于 SAAS 的项目。以前,我使用 SES 发送交易电子邮件。现在,我想通过邮件列表向数千名订阅者发送个性化营销电子邮件

我检查了以下 API 操作:

- SendEmail:
    - Emails can be sent to 50 recipients per api request including to/cc/bcc. 
    - But in this I can't send personalized emails.
    - http://s3.amazonaws.com/awsdocs/ses/latest/ses-api.pdf#API_SendEmail
- SendBulkTemplatedEmail:
    - I can send personalized emails in batches to recipients and get unique message id for each recipient.
    - But here I am bound to use the email template created by SES CreateTemplate api operation. There is a limit of 10K email templates per Amazon SES account. As per my requirement I would like to create templates on my own.
    -https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html

以上似乎都不符合我的要求。能否请您指导 AWS 如何帮助我满足此要求。

谢谢!

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。