all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vladimir Nikishkin <lockywolf@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Can't send mail with smtpmail "any more". (Gmail and other providers)
Date: Tue, 27 Oct 2020 11:39:43 +0800	[thread overview]
Message-ID: <CA+A2iZYjkixOmDF+YsMVfHn1u8y8-qZQ0MdwfHwCvPtXvYgxAA@mail.gmail.com> (raw)

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	other threads:[~2020-10-27  3:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-27  3:39 Vladimir Nikishkin [this message]
2020-10-27  4:19 ` Can't send mail with smtpmail "any more". (Gmail and other providers) Emanuel Berg via Users list for the GNU Emacs text editor
2020-10-27  4:51   ` Vladimir Nikishkin
  -- strict thread matches above, loose matches on Subject: below --
2020-10-27  4:49 Vladimir Nikishkin
2020-10-27 15:15 ` Eli Zaretskii
     [not found]   ` <CA+A2iZbz7Z_ma2NBCFYq8rvfCiFB4d0X1+w9=0rSeByCeQDr1g@mail.gmail.com>
2020-10-27 15:45     ` Vladimir Nikishkin
2020-10-27 16:02       ` Robert Pluim
2020-11-01 12:34   ` Saša Janiška
2020-11-01 13:05     ` Jean Louis
2020-11-01 15:20       ` Vladimir Nikishkin
2020-11-01 15:24     ` Eli Zaretskii
2020-11-01 19:05       ` Saša Janiška
2020-11-01 19:39         ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+A2iZYjkixOmDF+YsMVfHn1u8y8-qZQ0MdwfHwCvPtXvYgxAA@mail.gmail.com \
    --to=lockywolf@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.