1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00

proper mail config

This commit is contained in:
lapineige 2024-01-21 16:17:20 +01:00 committed by GitHub
parent 06430864a9
commit d296bbcf41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,8 +10,6 @@ HOSTNAME=__DOMAIN__
SERVER_PORT=__PORT__
# port your visitors will access (typically 80 or 443, will be different than SERVER_PORT only if using a reverse proxy)
PUBLIC_PORT=443
# what service to use for sending out emails (eg. smtp, mailgun, none) NOTE: you should also set the corresponding keys in secrets section
MAIL_BACKEND=smtp
# hostname and port of meili search index
SEARCH_MEILI_INSTANCE=http://localhost:7700
# require an email address to be invited before being able to sign up
@ -48,12 +46,13 @@ POSTGRES_PASSWORD=__DB_PWD__
# password for the search index
MEILI_MASTER_KEY=__MEILI_MASTER_KEY__
## TODO
# email deliverym if you use mailgun.com, edit with your domain and API key
# what service to use for sending out emails (eg. smtp, mailgun, none) NOTE: you should also set the corresponding keys in secrets section
MAIL_BACKEND=smtp
MAIL_DOMAIN=__DOMAIN__
MAIL_USERNAME=__APP__
MAIL_KEY=__MAIL_PWD__
MAIL_FROM=__APP__@__DOMAIN__
MAIL_PASSWORD=__MAIL_PWD__
MAIL_USER=__APP__
MAIL_SERVER=__DOMAIN__
MAIL_PORT=587
# TODO : Configure S3 - with proper Yunohost question during installation
# Uploads