Skip to content
Snippets Groups Projects
Commit 8a93ae4f authored by Tom McAtee's avatar Tom McAtee Committed by GitHub
Browse files

Added SMTP_FROM_ADDRESS to heroku deploy config

Allows the user to set the address mastodon emails are maraked as being sent from
parent 63b3cb37
Branches
Tags
No related merge requests found
......@@ -71,6 +71,10 @@
"SMTP_DOMAIN": {
"description": "Domain for SMTP server. Will default to instance domain if blank.",
"required": false
},
"SMTP_FROM_ADDRESS": {
"description": "Address to send emails from",
"required": false
}
},
"buildpacks": [
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment