Skip to content

Commit

Permalink
Added SMTP_FROM_ADDRESS to heroku deploy config
Browse files Browse the repository at this point in the history
Allows the user to set the address mastodon emails are maraked as being sent from
  • Loading branch information
Tom McAtee authored Feb 17, 2017
1 parent 63b3cb3 commit 8a93ae4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -88,4 +92,4 @@
"heroku-postgresql",
"heroku-redis"
]
}
}

0 comments on commit 8a93ae4

Please sign in to comment.