AWS SES SendBulkTemplatedEmail,示例,如果超出配额会发生什么? [英] AWS SES SendBulkTemplatedEmail, example and what happens if quota is exceeded?

查看:180
本文介绍了AWS SES SendBulkTemplatedEmail,示例,如果超出配额会发生什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

关于AWS SES SendBulkTemplatedEmail,我有两个问题:

I have two questions regarding AWS SES SendBulkTemplatedEmail:

1)有人知道.Net中的任何分步教程吗?我只看到了使用CLI的示例,而我正在摸索API以尝试使其正常工作.

1) Does anyone know about any step-by-step tutorial in .Net? I have only seen examples using the CLI, and I am fumbling with the API to try to make it work.

2)每个SendBulkTemplatedEmail请求可以包含50个目的地(收件人).我的每日发送配额为100,000封电子邮件,速率为每秒14个.这是否意味着每个呼叫我必须最多发送14个目的地,然后在与14个收件人一起发送下一个呼叫之前将线程休眠一秒钟,然后发送?还是我可以在每次通话中发送全部50张?如果我执行50,是否还需要休眠线程?还是AWS将管理此事务并将消息排队?

2) Each SendBulkTemplatedEmail request can contain 50 destinations (recipients). My daily send quota is 100,000 emails, and my rate is 14 per second. Does that mean I must send in 14 destinations max per call, and then sleep the thread for a second before sending in the next call with 14 recipients? Or can I send in the full 50 per call? If I do 50, do I still have to sleep the thread? Or will AWS manage this and queue the messages?

推荐答案

我最近一直在使用AWS SES.我敢肯定,即使您的最大发送速率为14ps,您也可以在一次呼叫中向SES发送50个目的地.我能够.

I've been working with AWS SES recently. I'm pretty sure you can send 50 destinations in a single call to SES even though your max send rate is 14ps. I was able to.

最大发送速率的定义:每秒Amazon SES可以从您的帐户接收的最大电子邮件数.您可以短暂突破此限制,但不能持续一段时间.

Definition of Max Send Rate: The maximum number of emails that Amazon SES can accept from your account per second. You can exceed this limit for short bursts, but not for a sustained period of time.

https://docs .aws.amazon.com/ses/latest/DeveloperGuide/manage-sending-limits.html?icmpid = docs_ses_console

希望这会有所帮助.

这篇关于AWS SES SendBulkTemplatedEmail,示例,如果超出配额会发生什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆