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:
@@ -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]
|
||||
|
||||
|
Reference in New Issue
Block a user