diff options
author | Peter <peter@smitmail.eu> | 2014-12-19 23:06:03 +0200 |
---|---|---|
committer | Peter <peter@smitmail.eu> | 2014-12-19 23:06:03 +0200 |
commit | c884ecfea18b001ceb9cdbe98c8618a345f460e0 (patch) | |
tree | 034ab960c7982e117b68e29797d17374f0105a16 /conf/app.ini | |
parent | edbe1de026cbc6d138a4382a3207c9f4f8280193 (diff) | |
download | gitea-c884ecfea18b001ceb9cdbe98c8618a345f460e0.tar.gz gitea-c884ecfea18b001ceb9cdbe98c8618a345f460e0.zip |
Parse the from string to extract the email address
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index d117884676..4c2d146bbe 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" <email@example.com> format (including the quotes and brackets) +; Mail from address, RFC 5322. This can be just an email address, or the "Name" <email@example.com> format FROM = ; Mailer user name and password USER = |