1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tracim_ynh.git synced 2024-10-01 13:34:52 +02:00

Merge pull request #3 from YunoHost-Apps/smtp

Enable anonymous smtp authentication
This commit is contained in:
yalh76 2022-04-25 20:09:12 +02:00 committed by GitHub
commit 52e82bd759
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -523,7 +523,7 @@ webdav.ui.enabled = True
####
## send some notification when user make specific action in Tracim
; email.notification.activated = True
email.notification.activated = True
## you can enable or disable if invited user to space will be notified
## on this space by default.
## NB: new users will not being notified until they login to Tracim a first time
@ -544,10 +544,16 @@ email.notification.smtp.port = 25
# email.notification.smtp.user = your_smtp_user
# email.notification.smtp.password = your_smtp_password
# enable implicit ssl if you are using implicit smtp with encryption port like 465
# by default, Tracim will try to use explicit smtp encryption using starttls, and unencrypted
# connection as fallback.
; email.notification.smtp.use_implicit_ssl = False
# Enable/disable authentification.
# False mean anonymous smtp connection, it skip user/password login step.
email.notification.smtp.authentication = False
# SMTP encryption method valid values are:
# - default: use smtp encryption using starttls, and unencrypted connection as fallback.
# - SMTPS: use encrypted connection directly on port like 465
# - unsecure: don't use encryption, use it with caution !
# default value: default
email.notification.smtp.encryption = unsecure
### Headers ###
; email.notification.from.default_label = Tracim Notifications