You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On AWS, verifying email identities or domain identities require additional steps like changing DNS configuration or clicking verification links respectively.
46
45
In LocalStack, identities are automatically verified.
47
-
{{< /callout >}}
46
+
:::
48
47
49
48
Next, emails can be sent using the `SendEmail` operation.
- **Filesystem:** All messages are saved to the state directory (see [filesystem layout](/aws/capabilities/config/filesystem)).
102
113
The files are saved as JSON in the `ses/` subdirectory and named by the message ID.
103
114
104
115
## SMTP Integration
105
116
106
117
LocalStack Pro supports sending emails via an SMTP server.
107
118
To enable this, set the connections parameters and access credentials forthe serverin the configuration.
108
-
Refer to the [Configuration]({{< ref "configuration#emails" >}}) guide for details.
119
+
Refer to the [Configuration](/aws/capabilities/config/configuration/#emails) guide for details.
109
120
110
-
{{< callout "tip" >}}
121
+
:::note
111
122
If you do not have access to a live SMTP server, you can use tools like [MailDev](https://github.com/maildev/maildev) or [smtp4dev](https://github.com/rnwood/smtp4dev).
112
123
These run as Docker containers on your local machine.
113
124
Make sure they run in the same Docker network as the LocalStack container.
114
-
{{< /callout >}}
125
+
:::
115
126
116
127
## Resource Browser
117
128
118
129
LocalStack Web Application provides a resource browser for managing email identities and introspecing sent emails.
0 commit comments