문제

I'm using Amazon SES/SNS API of Amazon for sending email and getting notification. Is Amazon provide any scheduler Api for scheduling the email for future? As i want to schedule my email by using Amazon API.

도움이 되었습니까?

해결책

No, SES does not provide this functionality. You would need to do that yourself using a task scheduler such as the built-in windows or perhaps quartz.net if you need something more sophisticated

다른 팁

While they may not offer it directly in SES or SNS, they do offer similar functionality with SQS or SWF.

I made the service, huhumails.com

With HuhuMails, you can schedule your transactional emails with ease. It also makes sure emails are sent within your rate-limits. The service accepts date and timezone parameters to schedule your email at a specific time in the future.

I couldn't find anything on the market that's according to what I'm looking for and easy to use, so I created the service. I'm currently using it on my other production websites. Hopefully, it will be useful to others too.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top