help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Can't send mail with smtpmail "any more". (Gmail and other providers)


From: Vladimir Nikishkin
Subject: Can't send mail with smtpmail "any more". (Gmail and other providers)
Date: Tue, 27 Oct 2020 11:39:43 +0800

Hello, everyone.

I had a setup for sending mail with Emacs' smtpmail:

```
(setq send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-server "smtp.gmail.com")
(setq smtpmail-default-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-service 587)
(setq smtpmail-stream-type 'starttls)
(setq smtpmail-starttls-credentials '("smtp.gmail.com" 587))
(setq smtpmail-smtp-user "lockywolf")
(setq smtpmail-auth-credentials '("smtp.gmail.com" 587))
(require 'starttls)
(setq starttls-use-gnutls t)
(setq smtpmail-debug-info t)
(setq smtpmail-debug-verb t)
(require 'smtpmail)
```

This used to work until today.

Today, this setup stopped working for some reason. Initially I blamed
it on GMail, but it seems that other providers don't work tool.

The symptom is the following:

-- 
Yours sincerely, Vladimir Nikishkin
(Sent from GMail web interface.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]