Tag: msmtp
dnf install msmtp
# default value defaults port 587 tls on tls_trust_file /etc/ssl/certs/ca-bundle.crt # account settings account mymail host smtp.freemail.example from joe_smith@freemail.example auth on user joe.smith password secret123 # smtp server settings account isp host mail.isp.example from smithjoe@isp.example auth on user 12345 # Set a default account account default : mymail