如何使用 AWS SES 的多个账户进行电子邮件营销
How to use multiple accounts of AWS SES for Email Marketing
这是关于一家网络初创公司的。我们正致力于电子邮件营销,以在我们的平台上获得更多注册。我们从网络抓取中收集了超过 100 万个相关电子邮件地址(跳出率约为 5%)。
所以我们正在向我们的用户发送入站(交易和通知)邮件。除此之外,我们还使用 AWS SES 将出站邀请邮件发送到已抓取的电子邮件 ID。最近 AWS 对我们发送的邮件的性质提出了质疑。 (在创建 ses 帐户时,我已声明此 ses 帐户将仅用于交易电子邮件)。
我的问题是:
- 我应该创建另一个 SES 帐户然后验证同一个域,还是我应该购买另一个域并验证它以便从该帐户发送出站营销邮件? (我不希望 AWS SES 将我的域列入黑名单)
- 考虑到我的退回率通常不会超过 5%,我该如何通过 SES 发送营销电子邮件(批量发送)?
- 其他使用 SES 的初创公司和公司如何处理这个问题?最佳实践是什么?
简短的回答是你不能 - 你违反了服务条款,他们会暂停你的帐户 if/when 他们会抓住你。您刚才说您正在从某个来源抓取电子邮件地址,然后发送 marketing/spam 封电子邮件。为此,AWS 不希望您成为客户:
Amazon SES is designed for messages that have been specifically
requested by the recipient. The Acceptable Use Policy requires that
"You will not distribute, publish, send, or facilitate the sending of
unsolicited mass e-mail or other messages, promotions, advertising, or
solicitations (like "spam"), including commercial advertising and
informational announcements." Amazon SES investigates cases in which
messages appear to violate the Acceptable Use Policy or are not
desired by the recipient, whether due to being unsolicited or for any
other reason.
这是关于一家网络初创公司的。我们正致力于电子邮件营销,以在我们的平台上获得更多注册。我们从网络抓取中收集了超过 100 万个相关电子邮件地址(跳出率约为 5%)。
所以我们正在向我们的用户发送入站(交易和通知)邮件。除此之外,我们还使用 AWS SES 将出站邀请邮件发送到已抓取的电子邮件 ID。最近 AWS 对我们发送的邮件的性质提出了质疑。 (在创建 ses 帐户时,我已声明此 ses 帐户将仅用于交易电子邮件)。
我的问题是:
- 我应该创建另一个 SES 帐户然后验证同一个域,还是我应该购买另一个域并验证它以便从该帐户发送出站营销邮件? (我不希望 AWS SES 将我的域列入黑名单)
- 考虑到我的退回率通常不会超过 5%,我该如何通过 SES 发送营销电子邮件(批量发送)?
- 其他使用 SES 的初创公司和公司如何处理这个问题?最佳实践是什么?
简短的回答是你不能 - 你违反了服务条款,他们会暂停你的帐户 if/when 他们会抓住你。您刚才说您正在从某个来源抓取电子邮件地址,然后发送 marketing/spam 封电子邮件。为此,AWS 不希望您成为客户:
Amazon SES is designed for messages that have been specifically requested by the recipient. The Acceptable Use Policy requires that "You will not distribute, publish, send, or facilitate the sending of unsolicited mass e-mail or other messages, promotions, advertising, or solicitations (like "spam"), including commercial advertising and informational announcements." Amazon SES investigates cases in which messages appear to violate the Acceptable Use Policy or are not desired by the recipient, whether due to being unsolicited or for any other reason.