diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2025-10-08 17:26:23 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2025-10-08 17:26:23 +0100 |
| commit | f5a404064f97470f85d56f4dacaa73653b193904 (patch) | |
| tree | 614ef7efbc5fca19d9e1f5c1f66b2f5a15af5305 /.msmtprc | |
| parent | a22e534c4130ff9204805463fb67fd0ba98e397a (diff) | |
Initial commit
Diffstat (limited to '.msmtprc')
| -rw-r--r-- | .msmtprc | 20 |
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 |
