This commit is contained in:
Michael Grote 2024-04-03 12:46:02 +02:00
parent 7406729ddd
commit 3cb563e8a4

View file

@ -123,7 +123,7 @@ smtp_encryption = "{{ lldap_smtp_smtp_encryption }}"
## The SMTP user, usually your email address.
user="{{ lldap_smtp_user }}"
## The SMTP password.
#password="password"
#password="password" #gitleaks:allow
## The header field, optional: how the sender appears in the email. The first
## is a free-form name, followed by an email between <>.
from="{{ lldap_smtp_from }}"