Skip to content

Commit

Permalink
Updated docs for smtp4dev connection (#8713)
Browse files Browse the repository at this point in the history
Taken from [Discord #help
ticket](https://discord.com/channels/1130383047699738754/1309967928640147476)

---------

Co-authored-by: martmull <[email protected]>
  • Loading branch information
BOHEUS and martmull authored Nov 25, 2024
1 parent c3d96b1 commit 8c7d1f9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ yarn command:prod cron:calendar:calendar-event-list-fetch
<ArticleTab>

You will need to provision an [App Password](https://support.google.com/accounts/answer/185833).
- EMAIL_DRIVER=smtp
- EMAIL_SMTP_HOST=smtp.gmail.com
- EMAIL_SMTP_PORT=465
- EMAIL_SMTP_USER=gmail_email_address
Expand All @@ -111,6 +112,7 @@ yarn command:prod cron:calendar:calendar-event-list-fetch
<ArticleTab>

Keep in mind that if you have 2FA enabled, you will need to provision an [App Password](https://support.microsoft.com/en-us/account-billing/manage-app-passwords-for-two-step-verification-d6dc8c6d-4bf7-4851-ad95-6d07799387e9).
- EMAIL_DRIVER=smtp
- EMAIL_SMTP_HOST=smtp.office365.com
- EMAIL_SMTP_PORT=587
- EMAIL_SMTP_USER=office365_email_address
Expand All @@ -124,6 +126,7 @@ yarn command:prod cron:calendar:calendar-event-list-fetch
- Run the smtp4dev image: `docker run --rm -it -p 8090:80 -p 2525:25 rnwood/smtp4dev`
- Access the smtp4dev ui here: [http://localhost:8090](http://localhost:8090)
- Set the following env variables:
- EMAIL_DRIVER=smtp
- EMAIL_SMTP_HOST=localhost
- EMAIL_SMTP_PORT=2525

Expand Down

0 comments on commit 8c7d1f9

Please sign in to comment.