Skip to content

SES: getting an unverified error on a verified email/domain

0

Hi,

We are using a mail service and getting the following error when sending. The region is set, the email and domain are verified, and yet this is the error we get:

"SimpleEmailService::SetIdentityNotificationTopic(): Sender - InvalidParameterValue: Identity X is invalid. Must be a verified email address or domain."

The identities, email, and domain are verified, and we can send test emails from SES. Production Access is Granted. The region is set in the mail sender.

This response from SES is the only error we can see in the logs.

asked 2 years ago216 views
1 Answer
2

This error could apply to the "From", "Source", "Sender", or "Return-Path" address.

In Amazon SES, sender reputation refers to the credibility and trustworthiness of the email sender as perceived by email providers and spam filters. It is a measure of how likely your emails are to be considered legitimate and delivered successfully to the recipients' inboxes.

This document describes best-practices for Maintaining a positive sender reputation.

This topic reviews the types of email sending-specific errors that you may encounter when you send an email through Amazon SES. If you try to send an email through Amazon SES and the call to Amazon SES fails, Amazon SES returns an error message to your application and does not send the email. The way that you observe this error message depends on the way that you call Amazon SES.

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.