summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-email.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-10-05 19:03:05 +0100
committerjao <jao@gnu.org>2023-10-05 19:03:05 +0100
commit1530933d8d98e6ae402d0eb627425b07783bf6cd (patch)
treeec4ed545f17177132bbafe020ac9060c05bb522e /custom/jao-custom-email.el
parent9cfab712fc9f03414a7602a3fe1332a8bffea5a5 (diff)
downloadelibs-1530933d8d98e6ae402d0eb627425b07783bf6cd.tar.gz
elibs-1530933d8d98e6ae402d0eb627425b07783bf6cd.tar.bz2
proton mail tweaks
Diffstat (limited to 'custom/jao-custom-email.el')
-rw-r--r--custom/jao-custom-email.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el
index 928c481..373d895 100644
--- a/custom/jao-custom-email.el
+++ b/custom/jao-custom-email.el
@@ -25,6 +25,9 @@
(when (file-newer-than-file-p org-file gnus-init-file)
(org-babel-tangle-file org-file)))
+;;; proton
+(use-package jao-proton-utils)
+
;;; message mode
;;;; customization
(setq message-send-mail-function 'message-send-mail-with-sendmail
@@ -214,6 +217,8 @@
(defun jao-sendmail-local ()
(setq send-mail-function 'sendmail-send-it)
(setq smtpmail-auth-supported nil) ;; (cram-md5 plain login)
+ (setq smtpmail-servers-requiring-authorization nil)
+ (setq smtpmail-smtp-user nil)
(setq smtpmail-smtp-server "127.0.0.1")
(setq smtpmail-smtp-service 25))