Use starttls instead of ssl for smtpmail-send

This commit is contained in:
Kevin Cotugno 2018-02-23 12:23:11 -08:00
parent 5c8f47dbc4
commit b464691a71

View File

@ -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)