aboutsummaryrefslogtreecommitdiff
path: root/.msmtprc
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-11-08 20:40:05 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-11-08 20:40:05 +0000
commit916159c06a0eeff464985640e45b2412242dc466 (patch)
treedea1c77b4fb68896a7eae89d8b12dd174aaf6b5d /.msmtprc
parent3e1b2beac39f119de97e2ae4d4f8e7a46f277281 (diff)
Initial commit
Diffstat (limited to '.msmtprc')
-rw-r--r--.msmtprc20
1 files changed, 20 insertions, 0 deletions
diff --git a/.msmtprc b/.msmtprc
new file mode 100644
index 0000000..088b113
--- /dev/null
+++ b/.msmtprc
@@ -0,0 +1,20 @@
+defaults
+tls on
+
+account gmail
+auth on
+host smtp.gmail.com
+port 587
+user justinesmithies@gmail.com
+from justinesmithies@gmail.com
+passwordeval "pass Email/justinesmithies@gmail.com/app-password"
+
+account fastmail
+auth on
+host smtp.fastmail.com
+port 587
+user justine@smithies.me.uk
+from justine@smithies.me.uk
+passwordeval "pass Email/Smithies/app-password"
+
+account default: fastmail