VERIFIED域和EMAIL上的Amazon SES错误,正确的区域(Laravel)

时间:2017-11-05 07:52:58

标签: amazon-web-services laravel-5 amazon-ses

尝试通过Amazon SES发送电子邮件。域名和电子邮件 已经验证,帐户不在沙箱中(之前一直使用它没有问题),而且 >设置正确。尝试从Laravel 5.4

现在是

SesException in WrappedHttpHandler.php line 192:
    Error executing "SendRawEmail" on "https://email.eu-west-1.amazonaws.com"; AWS HTTP error: Client error: `POST https://email.eu-west-1.amazonaws.com` resulted in a `400 Bad Request` response:
<ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
<Error>
<Type>Sender</Type>
<Code>MessageReje (truncated...)
MessageRejected (client): Email address is not verified. The following 
identities failed the check in region EU-WEST-1: service@civilhang.ro - 
<ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">
<Error>
<Type>Sender</Type>
<Code>MessageRejected</Code>
<Message>Email address is not verified. The following identities failed the 
 check in region EU-WEST-1: service@civilhang.ro</Message>
</Error>
<RequestId>82e11e14-c1fc-11e7-9836-57d1bfe12a45</RequestId>
</ErrorResponse>

enter image description here

有没有人有任何线索?

1 个答案:

答案 0 :(得分:1)

有一点需要注意的是,您配置了多个aws帐户,但未使用正确的帐户。

我的建议是轮换现有的AWS密钥并更新Laravel配置文件,看看是否收到同样的错误。

或尝试输入错误的AWS AccessKey。

据我所知,错误是标准错误,我唯一的结论是您使用的密钥不受该帐户的约束。