diff options
Diffstat (limited to 'email.org')
| -rw-r--r-- | email.org | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -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 | 
