From 877f25d80c30e03197df8ae24f20207a01bcf0de Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 11 Sep 2021 15:33:19 +0100 Subject: Update configuration using msmtp --- msmtp/config | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 msmtp/config (limited to 'msmtp/config') diff --git a/msmtp/config b/msmtp/config new file mode 100644 index 0000000..a837836 --- /dev/null +++ b/msmtp/config @@ -0,0 +1,20 @@ +defaults +auth on +tls on +logfile ~/.msmtp.log + +account mailbox +host smtp.mailbox.org +port 587 +from yann@yannherklotz.com +user ymherklotz@mailbox.org +passwordeval "pass show mailbox/ymherklotz@mailbox.org" + +account imperial +host smtp.office365.com +port 587 +from yann.herklotz15@imperial.ac.uk +user ymh15@ic.ac.uk +passwordeval "pass show imperial/ymh15" + +account default : mailbox -- cgit