forked from lightvector/arimaa-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Polish up email issues in the process of switching to amazon ses
- Loading branch information
1 parent
0f792d5
commit 7d81355
Showing
7 changed files
with
31 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,17 +35,24 @@ postgresDBConfig = { | |
#Ex: | ||
#smtpHost = "smtp.gmail.com" | ||
#smtpPort = 465 | ||
#smtpAuth = true | ||
#smtpTLS = false | ||
#smtpSSL = true | ||
#smtpUser = "[email protected]" | ||
#smtpPass = "foobar" | ||
#smtpDebug = false | ||
#noReplyAddress = "[email protected]" | ||
#helpAddress = "[email protected]" | ||
|
||
smtpHost = "" | ||
smtpPort = 465 | ||
smtpAuth = true | ||
#Use TLS (generally with port 587) | ||
smtpTLS = false | ||
#Use SSL (generally with port 465) | ||
smtpSSL = true | ||
smtpUser = "" | ||
smtpPass = "" | ||
|
||
#Output debug messages when email sending | ||
smtpDebug=false | ||
#Address for no-reply email sent by the server | ||
noReplyAddress = "" | ||
#Address that should be listed as a help/contact address | ||
|
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
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