forked from sylvain/hubzilla
Ajouter src/msmtprc
This commit is contained in:
13
src/msmtprc
Normal file
13
src/msmtprc
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# msmtprc global config
|
||||||
|
defaults
|
||||||
|
auth on
|
||||||
|
tls on
|
||||||
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||||
|
logfile /var/log/msmtp.log
|
||||||
|
|
||||||
|
account default
|
||||||
|
host {{SMTP_SERVER}}
|
||||||
|
port {{SMTP_PORT}}
|
||||||
|
from {{SMTP_EMAIL}}
|
||||||
|
user {{SMTP_USER}}
|
||||||
|
password {{SMTP_PASS}}
|
||||||
Reference in New Issue
Block a user