Added escape for angle brackets in email_from

This solved the "[ERROR] [password.go:83]: Send email failed: 555 5.5.2 Syntax error. b192sm9510409pga.30 - gsmtp" error.
This commit is contained in:
Guan Gui 2016-12-21 16:31:52 +11:00 committed by GitHub
parent e1b2ba0e23
commit 9ca7d3014f

View File

@ -56,7 +56,7 @@ The parameters are described below - note that at the very least, you will need
* email_server_port = 25
* email_username = sample_admin@mydomain.com
* email_password = abc
* email_from = admin <sample_admin@mydomain.com>
* email_from = `admin \<sample_admin@mydomain.com\>`
* email_ssl = false
* **harbor_admin_password**: The administrator's initial password. This password only takes effect for the first time Harbor launches. After that, this setting is ignored and the administrator's password should be set in the UI. _Note that the default username/password are **admin/Harbor12345** ._