From b464691a717afc264e3b6b8638c1a64270814f9c Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Fri, 23 Feb 2018 12:23:11 -0800 Subject: [PATCH] Use starttls instead of ssl for smtpmail-send --- emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.d/init.el b/emacs.d/init.el index 4206906..f57752e 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -201,7 +201,7 @@ useful for alternating between light and dark themes" (setq message-send-mail-function 'smtpmail-send-it smtpmail-smtp-server "smtp.cotugno.family" - smtpmail-stream-type 'ssl + smtpmail-stream-type 'starttls smtpmail-smtp-service 587) (setq message-kill-buffer-on-exit t)