summary refs log tree commit diff stats
path: root/msmtp
diff options
context:
space:
mode:
authorAlan Pearce2019-08-05 14:46:37 +0200
committerAlan Pearce2019-08-05 14:46:37 +0200
commite275653231e711a4ede34babdb855913b6a80667 (patch)
treea55bf0336b4bcfed564fb070ff11305dbdc3a894 /msmtp
parented576d210eb911c4cb0d0babb456e9e463284389 (diff)
downloaddotfiles-e275653231e711a4ede34babdb855913b6a80667.tar.lz
dotfiles-e275653231e711a4ede34babdb855913b6a80667.tar.zst
dotfiles-e275653231e711a4ede34babdb855913b6a80667.zip
Re-add e-mail setup
Diffstat (limited to 'msmtp')
-rw-r--r--msmtp/.msmtprc17
1 files changed, 17 insertions, 0 deletions
diff --git a/msmtp/.msmtprc b/msmtp/.msmtprc
new file mode 100644
index 0000000..da5c5da
--- /dev/null
+++ b/msmtp/.msmtprc
@@ -0,0 +1,17 @@
+# Set default values for all following accounts.
+defaults
+auth           on
+tls            on
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
+logfile        ~/.local/log/msmtp.log
+
+account        satoshipay
+host           smtp.gmail.com
+from           alan@satoshipay.io
+user           alan@satoshipay.io
+port           465
+tls_starttls   off
+passwordeval   keyring get satoshipay-google-mail alan@satoshipay.io
+
+# Set a default account
+account default : satoshipay