14 lines
274 B
Plaintext
14 lines
274 B
Plaintext
# Copy to config/msmtprc (gitignored) and chmod 600
|
|
|
|
defaults
|
|
auth on
|
|
tls on
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
|
|
account default
|
|
host smtp.example.domain
|
|
port 587
|
|
from noreply@example.domain
|
|
user noreply@example.domain
|
|
password CHANGE_ME
|