Created
July 14, 2012 23:38
-
-
Save Crhistoph/3113891 to your computer and use it in GitHub Desktop.
Fastmail and msmtp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
account default | |
host mail.messagingengine.com | |
from [email protected] | |
auth on | |
user [email protected] | |
password password | |
tls on | |
tls_trust_file /usr/share/ca-certificates/mozilla/DigiCert_High_Assurance_EV_Root_CA.crt | |
tls_starttls off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It works :) Thanks