1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-13 04:58:19 +00:00

Parse the from string to extract the email address

This commit is contained in:
Peter
2014-12-19 23:06:03 +02:00
parent edbe1de026
commit c884ecfea1
2 changed files with 7 additions and 2 deletions

View File

@@ -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 =