We'll need MAIL_DOMAIN, too, for mail-receiver
authorMatt Palmer <mpalmer@hezmatt.org>
Wed, 31 Aug 2016 05:31:19 +0000 (15:31 +1000)
committerMatt Palmer <mpalmer@hezmatt.org>
Thu, 1 Sep 2016 01:01:46 +0000 (11:01 +1000)
samples/mail-receiver.yml

index ccad2f2f4d847ac84e96f95c77b0cea0e4bbca7a..de6614435d2feaae83dfc0315edcc86a2aac328b 100644 (file)
@@ -15,6 +15,10 @@ expose:
 env:
   LANG: en_US.UTF-8
 
+  ## Where e-mail to your forum should be sent.  In general, it's perfectly fine
+  ## to use the same domain as the forum itself here.
+  MAIL_DOMAIN: discourse.example.com
+
   ## The URL of the mail processing endpoint of your Discourse forum.
   ## This is simply your forum's base URL, with `/admin/email/handle_mail`
   ## appended.  Be careful if you're running a subfolder setup -- in that case,