Skip to content

Commit

Permalink
add potentially necessary email verification for ses sample
Browse files Browse the repository at this point in the history
  • Loading branch information
baermat authored and thrau committed Jul 13, 2022
1 parent dd5a564 commit c940dde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/en/aws/ses/index.md
Expand Up @@ -28,6 +28,9 @@ $ awslocal ses send-email \
--message 'Body={Text={Data="Lorem ipsum dolor sit amet, consectetur adipiscing elit, ..."}},Subject={Data=Test Email}' \
--destination 'ToAddresses=recipient1@example.com'
{{< / command >}}
{{< alert >}}
Note: If you receive a "Email address not verified message", simply call `awslocal ses verify-email-identity --email-address user1@yourdomain.com`
{{</ alert >}}

The [Web user interface](https://app.localstack.cloud) can be used to view the sent email messages, as illustrated in the screenshot below:

Expand Down

0 comments on commit c940dde

Please sign in to comment.