开发者 | dsantucci |
---|---|
更新时间 | 2019年10月23日 00:09 |
PHP版本: | 5.5 及以上 |
WordPress版本: | 5.2.3 |
版权: | GPLv3 |
版权网址: | 版权信息 |
Email sent directly from the web server using sendmail or a local SMTP server is more likely to be flagged as spam. If your website does things like send out alerts to users when new content is posted, you may run also into restrictions on email limits imposed by your hosting provider. Using a reputable provider like Amazon ensures prompt, reliable delivery of your site's email.
Gnaritas Amazon SES not only sends email through SES, but can also track bounce and complaint notifications and suppress email to which delivery has failed. This helps to protect your reputation on Amazon by avoiding sending repeated emails to bad addresses. You can also export bounce and complaint notifications in CSV format.
If you're unfamiliar with IAM, you can use the following recommended procedure to create a user with the necessary permissions:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ses:SendRawEmail",
"ses:SetIdentityNotificationTopic",
"ses:SetIdentityFeedbackForwardingEnabled",
"ses:GetIdentityVerificationAttributes"
],
"Resource": [
"*"
]
},
{
"Effect": "Allow",
"Action": [
"sns:CreateTopic",
"sns:DeleteTopic",
"sns:Subscribe",
"sns:Unsubscribe"
],
"Resource": [
"*"
]
}
]
}