Add missing msmtp default
This commit is contained in:
parent
14f21dfb5c
commit
cebded63fa
|
@ -8,3 +8,6 @@ msmtp_smtp_server: "email.domain.tld"
|
|||
msmtp_smtp_from: "user@domain.tld"
|
||||
msmtp_smtp_user: "user@domain.tld"
|
||||
msmtp_smtp_password: "password"
|
||||
|
||||
# Whether or not msmtp is inside a container
|
||||
msmtp_containerized: false
|
||||
|
|
Loading…
Reference in a new issue