From ba7858552e48c97bbdd128a3f751e827e88d2ce1 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 27 Dec 2018 16:00:11 +0000 Subject: [PATCH] msmtp: add from address Hopefully this can still be overridden with -f flag --- msmtprc | 1 + 1 file changed, 1 insertion(+) diff --git a/msmtprc b/msmtprc index 020687f..2d47c9b 100644 --- a/msmtprc +++ b/msmtprc @@ -11,6 +11,7 @@ protocol smtp auth on user samir.benmendil@gmail.com passwordeval "pass gmail.com/msmtp" +from me@rmz.io # office365 account office365 -- 2.48.1