使用 Amazon SES 优于普通 nodemailer 的额外优势

Extra Advantage of Using Amazon SES over plain nodemailer

使用 Amazon SES 作为传输工具的额外优势是什么?我可以使用普通的 nodemailer 实现相同的效果,如果我在我的 nodemailer 中使用 SES 作为传输工具,我会得到什么额外的优势。有人可以提前 clarify.Thanks

Amazon SES、Mailchimp、Mailgun 等服务可在您的应用程序发出大量电子邮件时为您提供帮助。使用 Amazon SES,您可以随时轻松扩展,并且它可以处理大量流量。出货率也很高。 在普通的 nodemailer 方式中,您自己的服务器(架构)必须处理上述所有方面。因此,如果电子邮件进程很少,那么请使用普通的 nodemailer 方式。

我总是会选择 Amazon SES 等第三方服务,因为它们价格低廉且易于管理。