diff options
author | Peter <peter@smitmail.eu> | 2014-12-19 22:33:17 +0200 |
---|---|---|
committer | Peter <peter@smitmail.eu> | 2014-12-19 22:33:17 +0200 |
commit | 2321b4b272c568ebcebf993c051c8ab60f651748 (patch) | |
tree | 7d93551f715eb53a5f5764e9fafed8b27060b9ea /conf/app.ini | |
parent | b231b8c927d02c02466ea67742b63d2d67722bed (diff) | |
download | gitea-2321b4b272c568ebcebf993c051c8ab60f651748.tar.gz gitea-2321b4b272c568ebcebf993c051c8ab60f651748.zip |
Change from header in email, fixes #765
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 d6ee6ae4d4..d117884676 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 +; Mail from address. This can be just an email address, or the "Name" <email@example.com> format (including the quotes and brackets) FROM = ; Mailer user name and password USER = |