From c884ecfea18b001ceb9cdbe98c8618a345f460e0 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 19 Dec 2014 23:06:03 +0200 Subject: Parse the from string to extract the email address --- conf/app.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/app.ini b/conf/app.ini index d1178846..4c2d146b 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -98,7 +98,7 @@ SUBJECT = %(APP_NAME)s HOST = ; Do not verify the certificate of the server. Only use this for self-signed certificates SKIP_VERIFY = -; Mail from address. This can be just an email address, or the "Name" format (including the quotes and brackets) +; Mail from address, RFC 5322. This can be just an email address, or the "Name" format FROM = ; Mailer user name and password USER = -- cgit v1.2.3