-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve SMTP configuration documentation/comments
Add some more information regarding SMTP configuration parameters, in particular regarding how the EUS SMTP parameters changed between Yoda 1.8 and 1.9.
- Loading branch information
Showing
4 changed files
with
23 additions
and
8 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
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
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
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 |
---|---|---|
|
@@ -124,6 +124,8 @@ notifications_sender_name: "Yoda system" # Notifiations sender name | |
notifications_reply_to: [email protected] # Notifiations Reply-To email address | ||
|
||
smtp_server: PLACEHOLDER # SMTP server to send mail to | ||
# (smtp://server.name:port or smtps://server.name:port, | ||
# e.g. smtp://localhost:25) | ||
smtp_username: PLACEHOLDER # SMTP server username | ||
smtp_password: PLACEHOLDER # SMTP server password | ||
smtp_auth: true # Whether to use SMTP authentication | ||
|