1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-02 15:55:02 +00:00

Use latest sendmail configuration

This commit is contained in:
Girish Ramakrishnan
2016-05-05 23:07:17 -07:00
parent a52b15596b
commit bf95f923ef
2 changed files with 6 additions and 3 deletions

View File

@@ -29,9 +29,10 @@ LANDING_PAGE = explore
[mailer]
ENABLED = true
HOST = ##MAIL_SERVER:##MAIL_PORT
USER =
PASSWD =
USER = ##MAIL_SMTP_USERNAME
PASSWD = ##MAIL_SMTP_PASSWORD
FROM = ##MAIL_FROM
SKIP_VERIFY = true
[admin]