mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 12:02:10 +03:00
Updated docs for smtp4dev connection (#8713)
Taken from [Discord #help ticket](https://discord.com/channels/1130383047699738754/1309967928640147476) --------- Co-authored-by: martmull <martmull@hotmail.fr>
This commit is contained in:
parent
c3d96b1dd8
commit
8c7d1f923d
@ -101,6 +101,7 @@ yarn command:prod cron:calendar:calendar-event-list-fetch
|
|||||||
<ArticleTab>
|
<ArticleTab>
|
||||||
|
|
||||||
You will need to provision an [App Password](https://support.google.com/accounts/answer/185833).
|
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_HOST=smtp.gmail.com
|
||||||
- EMAIL_SMTP_PORT=465
|
- EMAIL_SMTP_PORT=465
|
||||||
- EMAIL_SMTP_USER=gmail_email_address
|
- EMAIL_SMTP_USER=gmail_email_address
|
||||||
@ -111,6 +112,7 @@ yarn command:prod cron:calendar:calendar-event-list-fetch
|
|||||||
<ArticleTab>
|
<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).
|
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_HOST=smtp.office365.com
|
||||||
- EMAIL_SMTP_PORT=587
|
- EMAIL_SMTP_PORT=587
|
||||||
- EMAIL_SMTP_USER=office365_email_address
|
- EMAIL_SMTP_USER=office365_email_address
|
||||||
@ -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`
|
- 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)
|
- Access the smtp4dev ui here: [http://localhost:8090](http://localhost:8090)
|
||||||
- Set the following env variables:
|
- Set the following env variables:
|
||||||
|
- EMAIL_DRIVER=smtp
|
||||||
- EMAIL_SMTP_HOST=localhost
|
- EMAIL_SMTP_HOST=localhost
|
||||||
- EMAIL_SMTP_PORT=2525
|
- EMAIL_SMTP_PORT=2525
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user