From 94142fbc1499a0526538ece4ea6566123929bbc4 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 9 Nov 2021 20:25:56 +0000 Subject: email: opensmtpd works so well --- email.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'email.org') diff --git a/email.org b/email.org index 44f4627..1232bbd 100644 --- a/email.org +++ b/email.org @@ -179,6 +179,7 @@ (setq smtpmail-smtp-service 587)) (defun jao-sendmail-local () + (setq send-mail-function 'sendmail-send-it) (setq smtpmail-auth-supported nil) ;; (cram-md5 plain login) (setq smtpmail-smtp-server "127.0.0.1") (setq smtpmail-smtp-service 25)) @@ -190,7 +191,7 @@ message-sendmail-envelope-from 'header mail-envelope-from 'header)) - (jao-sendmail-msmtp) + (jao-sendmail-local) #+end_src * mailcap #+begin_src emacs-lisp -- cgit v1.2.3