Merge pull request #766 from phsmit/correct_from
Correct usage of FROM in email creation
This commit is contained in:
commit
030b3d751e
3 changed files with 12 additions and 11 deletions
|
@ -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, RFC 5322. This can be just an email address, or the "Name" <email@example.com> format
|
||||
FROM =
|
||||
; Mailer user name and password
|
||||
USER =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue