Expand my Community achievements bar.

Configuring AEM EMail service to use AWS SES SMTP server

Avatar

Level 1

Hi,

Looking for some help using AWS SES to send emails from AEM. Steps I have taken so far,

Setup/Generate SMTP details in AWS SES.

Configure Email service with the AWS SMTP details.

SMTP relay serveremail-smtp.us-east-1.amazonaws.com
SMTP relay port25

SMTP user   -- userName provided by AWS SES SMTP

SMTP password  --   xxxxxxxxx

From address -- AWS verified email address

SMTP use SSL -- true

Debug email    -- true.

I have setup a workflow to initiate the email. It is not sending the emails and neither do I see any errors in any log.

Thanks in Advance,

-Varma.

3 Replies

Avatar

Level 8

Hi,

Not sure about AWS SES SMTP server. Just some thoughts, in case it helps in any way.

May be you can try once with the gmail smtp server. There are few security settings to be turned off in gmail and that way we can make sure that everything else is fine

Avatar

Level 1

Were you able to resolve this issue and use Aws ses as your smtp server for aem authoring env ?