forked from mastodon/mastodon
-
-
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.
Add SMTP reply_to option (mastodon#11718)
* Add SMTP_REPLY_TO in .env.production.sample * Set reply_to in SMTP options
- Loading branch information
1 parent
686f38f
commit 20b0603
Showing
2 changed files
with
5 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -69,6 +69,7 @@ SMTP_PORT=587 | |
SMTP_LOGIN= | ||
SMTP_PASSWORD= | ||
[email protected] | ||
#SMTP_REPLY_TO= | ||
#SMTP_DOMAIN= # defaults to LOCAL_DOMAIN | ||
#SMTP_DELIVERY_METHOD=smtp # delivery method can also be sendmail | ||
#SMTP_AUTH_METHOD=plain | ||
|
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