Skip to content

Instantly share code, notes, and snippets.

@Crhistoph
Created July 14, 2012 23:38
Show Gist options
  • Save Crhistoph/3113891 to your computer and use it in GitHub Desktop.
Save Crhistoph/3113891 to your computer and use it in GitHub Desktop.
Fastmail and msmtp
account default
host mail.messagingengine.com
from myuser@mydomain.com
auth on
user username@fastmail.fm
password password
tls on
tls_trust_file /usr/share/ca-certificates/mozilla/DigiCert_High_Assurance_EV_Root_CA.crt
tls_starttls off
@pdostal
Copy link

pdostal commented Feb 7, 2017

It works :) Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment