about summary refs log tree commit diff
path: root/app.json
diff options
context:
space:
mode:
Diffstat (limited to 'app.json')
-rw-r--r--app.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/app.json b/app.json
index c0579d33e..c5016f695 100644
--- a/app.json
+++ b/app.json
@@ -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": [
@@ -88,4 +92,4 @@
     "heroku-postgresql",
     "heroku-redis"
   ]
-}
\ No newline at end of file
+}