How can i send mail without verifying the recipients in amazon ses

陌路散爱 提交于 2019-12-13 12:25:22

问题


I have been trying to send mail with amazon ses and it worked very well for all the verified recipients. But i have a requirement to send mails to un verified recipients now. How to do this. Thanks


回答1:


Your SES account is in Sandbox Mode. You need to open a request with AWS to take your SES account out of Sandbox Mode. This is documented here.




回答2:


By default, AWS never provides you full access and needs certain verification(s) to ensure security & remove possibilities of Fraudulent activities or Spam.

These steps will resolve all the issue(s) regarding current scenario in your AWS SES Setup.

1) Verify “your-domain.com” Domain using the TXT record mentioned in Verification Tab - SES Console. By doing this you can use any ID in From Address to send emails.

2) Raise a Case on Amazon Support for Production Access. SES > Production Access. By doing this you can have the full access of TO addresses and can send emails to anyone.

Kindly let me know if you still face any issue.



来源:https://stackoverflow.com/questions/41724027/how-can-i-send-mail-without-verifying-the-recipients-in-amazon-ses

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!