dawidd6/action-send-mail

501 or 554 when using Amazon Web Services Simple Email Service (AWS SES)

zymotik opened this issue · 3 comments

I'm trying to work out the correct email format for using this action with AWS. This is what I have tried and the results from the log. Note that the email address used has been verified with AWS SES service and tested in the AWS console.

When:

   ...
   from: '"Ian Brown" <email@address.com>'

or:

    ....
    from: "Ian Brown" <email@address.com>

or:

    ....
    from: Ian Brown <email@address.com>

Error:

Error: Message failed: 554 Message rejected: Email address is not verified. The following identities failed the check in region EU-WEST-1: Ian Brown <email@address.com>, email@address.com

When:

    ....
    from: email@address.com

or:

    ....
    from: "Ian Brown" email@address.com

or:

    ....
    from: <email@address.com>

Error:

Error: Mail command failed: 501 Invalid MAIL FROM address provided

Thanks for the quick reply @dawidd6, I'll double check and get back to you.

No "get back to you" happened in a while. Closing.