Amazon SES Email address is not verified

后端 未结 4 762
囚心锁ツ
囚心锁ツ 2020-11-29 10:50

I\'m starting with the amazon servers and started studying about SES. I am using asp.net C # and made ​​my code based tutorials. I already checked the domain and also chec

4条回答
  •  迷失自我
    2020-11-29 11:32

    Also double check to make sure your not running in production mode and/or make sure your sending TO address is verified in Sandbox Mode.

    Limitations of AWS SES Sandbox Mode:

    • You can only send mail to the Amazon SES mailbox simulator and to verified email addresses and domains.
    • You can only send mail from verified email addresses and domains.
    • You can send a maximum of 200 messages per 24-hour period.
    • Amazon SES can accept a maximum of one message from your account per second.

    http://docs.aws.amazon.com/ses/latest/DeveloperGuide/request-production-access.html

提交回复
热议问题