From 81dee174c80ad62f928360d73bceb4196b3e0a10 Mon Sep 17 00:00:00 2001 From: Hongcai Deng Date: Mon, 7 Sep 2015 13:26:09 +0800 Subject: [PATCH] add `FixedNotifyFrom` key to `Mailer` section --- conf/app.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/app.ini b/conf/app.ini index 40f987664..82dd7b47d 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -129,6 +129,8 @@ CERT_FILE = custom/mailer/cert.pem KEY_FILE = custom/mailer/key.pem ; Mail from address, RFC 5322. This can be just an email address, or the `"Name" ` format FROM = +; Fix notify mail sender address +FIXED_NOTIFY_FROM = false ; Mailer user name and password USER = PASSWD =