From a502da0e85cbcf829154573d6edd50a736cf9851 Mon Sep 17 00:00:00 2001 From: Matt Palmer Date: Wed, 31 Aug 2016 15:31:19 +1000 Subject: [PATCH] We'll need MAIL_DOMAIN, too, for mail-receiver --- samples/mail-receiver.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/mail-receiver.yml b/samples/mail-receiver.yml index ccad2f2..de66144 100644 --- a/samples/mail-receiver.yml +++ b/samples/mail-receiver.yml @@ -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, -- 2.25.1