-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not require smtp login and starttls if there is no password/userna…
…me provided (#641)
- Loading branch information
1 parent
2e8cbd0
commit 00ebe0f
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,8 +90,6 @@ When configuring outgoing SMTP please consider the following: | |
|
||
Restrictions: | ||
* no other provider like Mailgun or Sendgrid must be configured for this to work | ||
* only supports StartTLS right now (you have to use the corresponding port) | ||
* no anonymous SMTP is supported right now (you have to use a username/password to authenticate) | ||
* For AWS SES `CANARY_ALERT_EMAIL_FROM_DISPLAY` should be in the format: `CANARY_ALERT_EMAIL_FROM_DISPLAY=CanaryAlert <[email protected]>` | ||
|
||
The following settings have to be configured in `switchboard.env` for SMTP to work: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters