Skip to content

Commit

Permalink
Update URI scheme to match SES
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Feb 5, 2024
1 parent 163e15a commit b208433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/notification-guides/amazon-ses.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ Familiarity with DNS and Amazon AWS is required, including appropriately securin
3. Set up Amazon SES for your domain, which includes domain verification and DKIM record setup.
DKIM verification is automated with Route 53.
For other DNS providers, manually add the necessary DNS CNAME records for DKIM verification.
4. Verify your domain to start sending emails, which can take from minutes and up to 72 hours.
4. Verify your domain to start sending emails. This can take from minutes and up to 72 hours.
5. Copy the example `notification.yml.example` file to the `notification.yml` file:

```bash
cp ~/voi/docker/notification.yml.example ~/voi/docker/notification.yml
```

6. Update the **NOTIFICATION_URLS** value in `notification.yml` file with your Email mailto:// link
6. Update the **NOTIFICATION_URLS** value in `notification.yml` file with your ses:// link

``` yaml
NOTIFICATION_URLS="ses://<sender_account>@<sender_domain>/<access_key>/access_secret>/<region>/<recipient_email>/?from=<sender_name>"
Expand Down

0 comments on commit b208433

Please sign in to comment.