From: Michel Verdier <mv524@free.fr>
To: help-gnu-emacs@gnu.org
Subject: Re: How to send email from Emacs?
Date: Thu, 16 Nov 2023 23:18:42 +0100 [thread overview]
Message-ID: <87il61gy11.fsf@free.fr> (raw)
In-Reply-To: <20231116213108.2be93774@jcubic> (Jakub T. Jankiewicz's message of "Thu, 16 Nov 2023 21:31:08 +0100")
On 2023-11-16, Jakub T. Jankiewicz wrote:
> (setq smtpmail-auth-credentials
> '(("jcubic.<server>" 465 "jcubic@<server>" "<password>")))
Remove this one and put in .authinfo
machine "jcubic.<server>" login "jcubic@<server>" password "<password>"
> And when I send an email I got this:
I suppose you use gnus ?
> 220 u1.atthost.pl ESMTP Postfix
No need to obfuscate with <server>
> I've read in docs that smtpmail-auth-credentials is deprecated and it doesn't
> have any [documentation][1]. And that you should use ~/.authinfo I've put the
> info there but it doesn't work.
Check your .authinfo content. And also mode :
chmod 600 ~/.authinfo
next prev parent reply other threads:[~2023-11-16 22:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-16 20:31 How to send email from Emacs? Jakub T. Jankiewicz
2023-11-16 22:18 ` Michel Verdier [this message]
2023-11-18 9:56 ` Dieter Klünter
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=87il61gy11.fsf@free.fr \
--to=mv524@free.fr \
--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.