From a220fb5b7ed9e3cf55f0a85bbb11f0f264a0020b Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 15 May 2021 20:20:45 -0400 Subject: migrate from msmtp (external) to emacs's own smtpmail todo: see if it's possible to pin cert fingerprints as with msmtp --- .emacs.d/init.el | 5 ----- 1 file changed, 5 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d0ea368..29bfbcc 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -671,11 +671,6 @@ Make N (default: 1) copies of the current line or region." ;; Email (with Gnus and message) (require 'bandali-gnus) -(with-eval-after-load 'sendmail - (csetq sendmail-program (executable-find "msmtp") - ;; message-sendmail-extra-arguments '("-v" "-d") - mail-specify-envelope-from t - mail-envelope-from 'header)) (require 'bandali-message) ;; IRC (with ERC) -- cgit v1.2.3-83-g751a