Mail sent 100% but not delivering

Nitin Soni

New Member
Mail sent 100% but not delivering i am getting this error

Error executing "SendRawEmail" on "https://email.ap-south-1.amazonaws.com"; AWS HTTP error: Client error: `POST https://email.ap-south-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 AP-SOUTH-1: =?utf-8?B?c2FuZGVlcHNpbmdoaXNzYXIxMUBnbWFpbC5jb20=?= <sandeepsinghissar11@gmail.com> - <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 AP-SOUTH-1: =?utf-8?B?c2FuZGVlcHNpbmdoaXNzYXIxMUBnbWFpbC5jb20=?= &lt;sandeepsinghissar11@gmail.com&gt;</Message> </Error> <RequestId>65b21979-d2c3-4e1f-848a-0adc924af664</RequestId> </ErrorResponse>
 
yes but i am in sandbox mode is that creating the issue?

Yes, probably.


In sandbox mode you can only send TO email addresses that are also verified.

Try to send again and make sure all the emails that you are sending TO are verified in Amazon. I bet it will work if they are all verified.


_____
The Amazon SES sandbox is an area where new users can test the capabilities of Amazon SES. When your account is in the sandbox, you can only send email to verified identities. A verified identity is an email addresses or domain that you've proven that you own.

Additionally, when your account is in the sandbox, there are limits to the volume of email you can send each day, and to the number of messages you can send each second.
Source: https://aws.amazon.com/ses/faqs/
_______

Amazon SES sandbox is just really for testing. You need production access to use mailwizz (or any email software) properly.
 
Back
Top