20 lines
360 B
Plaintext
20 lines
360 B
Plaintext
|
# Set defaults.
|
||
|
defaults
|
||
|
|
||
|
# Enable or disable TLS/SSL encryption.
|
||
|
tls on
|
||
|
tls_certcheck off
|
||
|
|
||
|
# Set up a default account's settings.
|
||
|
account main
|
||
|
host <your-ip-address>
|
||
|
port <your-port>
|
||
|
auth on
|
||
|
user <your-email-address>
|
||
|
from <your-from-email-address>
|
||
|
password <your-email-password>
|
||
|
logfile /var/log/msmtp_main.log
|
||
|
|
||
|
# Set a default account
|
||
|
account default : main
|