Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PM-15201] Add info to clarify where to find email contents #481

Merged
merged 3 commits into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/getting-started/server/advanced-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ subscription.

## Emails

Docker compose will spin up a local smtp server that can be used, but itโ€™s also possible to use
other services such as Mailtrap, or Amazon to debug the amazon integration.
Docker compose will spin up a local smtp server, Mailcatcher, that can be used. See the
[Setup Guide](./guide.md#mailcatcher) for more information about Mailcatcher.

Itโ€™s also possible to use other services such as Mailtrap, or Amazon to debug the amazon
integration.

- Amazon Simple Email Service - the user secrets vault item includes a separate attachment called
`additional-keys-for-cloud-services.json`. Add the `amazon` key to your user secrets to use
Expand Down