aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/.msmtprc15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/.msmtprc b/templates/.msmtprc
new file mode 100644
index 0000000..b5d37ca
--- /dev/null
+++ b/templates/.msmtprc
@@ -0,0 +1,15 @@
+defaults
+logfile ~/.msmtp.log
+auth on
+tls on
+tls_starttls on
+tls_trust_file /etc/ssl/cert.pem
+
+account fastmail
+host smtp.fastmail.com
+port 465
+tls_starttls off
+auth plain
+user benburwell@fastmail.com
+passwordeval pass mail/benburwell@fastmail.com
+