]> cat aescling's git repositories - mastodon.git/commitdiff
Added SMTP_FROM_ADDRESS to heroku deploy config
authorTom McAtee <a1608768@student.adelaide.edu.au>
Fri, 17 Feb 2017 04:15:31 +0000 (14:45 +1030)
committerGitHub <noreply@github.com>
Fri, 17 Feb 2017 04:15:31 +0000 (14:45 +1030)
Allows the user to set the address mastodon emails are maraked as being sent from

app.json

index c0579d33e83d441f2c1d1aa14b2c8682e51f65b3..c5016f69500ae3b4b9590f6be1d5ed6679816f23 100644 (file)
--- a/app.json
+++ b/app.json
     "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": [
@@ -88,4 +92,4 @@
     "heroku-postgresql",
     "heroku-redis"
   ]
-}
\ No newline at end of file
+}