diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2025-11-04 20:30:36 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2025-11-04 20:30:36 +0000 |
| commit | c4a8fcba38698e4924e9e654e56f37de71e2353b (patch) | |
| tree | d2265f502d994b20282406205fa75dbe48a48de1 /.msmtprc | |
| parent | de28f72dc70e9f0ce45a4836c9e97a2e94c64862 (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 |
