all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Insecure Mail Sending Warning
@ 2020-10-23  0:35 Robert Thorpe
  2020-10-23 16:09 ` Robert Pluim
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Thorpe @ 2020-10-23  0:35 UTC (permalink / raw)
  To: help-gnu-emacs

When I send mail I get a warning about security.

> The TLS connection to <mailserver> is insecure for the following reason:
> 
> * TLS1.0 protocol is deprecated by standard bodies.

Where <mailserver> is the URL of my mailserver.

Can I fix this or is the problem on my mail provider's side?

I'm using port 587, which I thought was correct.

My init file doesn't have much in it for sending mail:

(setq send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-server "<mailserver>")
(setq user-mail-address "rt@robertthorpeconsulting.com")
(setq smtpmail-smtp-service 587)

BR,
Robert Thorpe





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-24  9:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-23  0:35 Insecure Mail Sending Warning Robert Thorpe
2020-10-23 16:09 ` Robert Pluim
2020-10-24  1:48   ` Robert Thorpe
2020-10-24  9:56     ` Robert Pluim

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.