Use starttls instead of ssl for smtpmail-send
This commit is contained in:
parent
5c8f47dbc4
commit
b464691a71
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user