Merge pull request #1157 from wknet123/master-update-doc

Update for email_identity setting.
This commit is contained in:
Daniel Jiang 2016-11-28 00:05:45 +08:00 committed by GitHub
commit 32f9fb6a68

View File

@ -9,7 +9,11 @@ hostname = reg.mydomain.com
ui_url_protocol = http
#Email account settings for sending out password resetting emails.
email_identity = Mail Config
#Email server uses the given username and password to authenticate on TLS connections to host and act as identity.
#Identity left blank to act as username.
email_identity =
email_server = smtp.mydomain.com
email_server_port = 25
email_username = sample_admin@mydomain.com