diff options
author | Unknwon <u@gogs.io> | 2015-07-09 16:10:31 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-09 16:10:31 +0800 |
commit | a2a9e151f8e6d0968035b61d034704fb7b34d3e5 (patch) | |
tree | 4e5ef858502ec3af0eefcc5aedc065d402a02513 /conf/locale/locale_en-US.ini | |
parent | b9dc2147b43667d39fd6e61027e84c51aad6485c (diff) | |
download | gitea-a2a9e151f8e6d0968035b61d034704fb7b34d3e5.tar.gz gitea-a2a9e151f8e6d0968035b61d034704fb7b34d3e5.zip |
install - add mail from setting
Diffstat (limited to 'conf/locale/locale_en-US.ini')
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 136c68e004..841e4201bd 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -79,6 +79,8 @@ app_url_helper = This affects HTTP/HTTPS clone URL and somewhere in e-mail. optional_title = Optional Settings email_title = E-mail Service Settings smtp_host = SMTP Host +smtp_from = From +smtp_from_helper = Mail from address, RFC 5322. It can be just an email address, or the "Name" <email@example.com> format. mailer_user = Sender E-mail mailer_password = Sender Password register_confirm = Enable Register Confirmation |