about summary refs log tree commit diff
path: root/users/tazjin/dotfiles/msmtprc
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/dotfiles/msmtprc')
-rw-r--r--users/tazjin/dotfiles/msmtprc15
1 files changed, 15 insertions, 0 deletions
diff --git a/users/tazjin/dotfiles/msmtprc b/users/tazjin/dotfiles/msmtprc
new file mode 100644
index 0000000000..2af3b9433a
--- /dev/null
+++ b/users/tazjin/dotfiles/msmtprc
@@ -0,0 +1,15 @@
+defaults
+port 587
+tls on
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
+
+# GSuite for tazj.in
+account tazjin
+host smtp.gmail.com
+port 587
+from mail@tazj.in
+auth oauthbearer
+user mail@tazj.in
+passwordeval "cat ~/mail/account.tazjin/.credentials.gmailieer.json | jq -r '.access_token'"
+
+account default : tazjin