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

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

Re: How to send email from Emacs?


From: Michel Verdier
Subject: Re: How to send email from Emacs?
Date: Thu, 16 Nov 2023 23:18:42 +0100
User-agent: Gnus

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




reply via email to

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