- Newest
- Most votes
- Most comments
This error indicates that the sending application didn't attempt to authenticate when it connected to the Amazon SES SMTP interface. Usually this error is seen if the SES API call request was signed using AWS Signature version 2 (SigV2), instead of AWS Signature version 4 (SigV4).
Note: If you created your SMTP credentials before January 10, 2019, your SMTP credentials were created using an older version of AWS SigV2. Credentials created after that date use AWS SigV4 by default.
Resolution
Check the creation time of the SMTP user by following these steps:
- Sign in to the AWS Management Console, and then open the AWS Identity and Access Management (IAM) console.
- In the navigation pane, choose Users, and then choose the SMTP user name.
- A new page loads. You can find "creation time" under summary.
If your SMTP user was created before January 10, 2019, then you receive an error because requests are signed using AWS SigV2.
To resolve the issue, create a new SMTP user from the SES console, and then replace the older SMTP user from your sending application. You can also derive the AWS Sigv4 SMTP username and password from IAM user by converting existing AWS credentials.
If the issue persists, or if your SMTP user was created after January 10, 2019, then open a case with SES support to investigate further.
Relevant content
- asked 7 months ago
- asked 3 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 2 years ago