From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Michel Verdier Newsgroups: gmane.emacs.help Subject: Re: How to send email from Emacs? Date: Thu, 16 Nov 2023 23:18:42 +0100 Message-ID: <87il61gy11.fsf@free.fr> References: <20231116213108.2be93774@jcubic> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2862"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Nov 16 23:19:32 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1r3khw-0000XG-3s for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 16 Nov 2023 23:19:32 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r3khG-0000xQ-Jf; Thu, 16 Nov 2023 17:18:50 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r3khE-0000we-GA for help-gnu-emacs@gnu.org; Thu, 16 Nov 2023 17:18:48 -0500 Original-Received: from smtp1-g21.free.fr ([212.27.42.1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r3khC-0004Gi-Db for help-gnu-emacs@gnu.org; Thu, 16 Nov 2023 17:18:48 -0500 Original-Received: from mobius.free.fr (unknown [IPv6:2a01:e0a:8e:3f20:1202:b5ff:fe0a:5ec9]) (Authenticated sender: mv524@free.fr) by smtp1-g21.free.fr (Postfix) with ESMTPSA id 9874BB0056A for ; Thu, 16 Nov 2023 23:18:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1700173122; bh=s4/GOfUyZS8Mg66lzYEZ3RJy0qB3zsQI7k4W76FNiIU=; h=From:To:Subject:References:Date:In-Reply-To:From; b=ZN73COQ6CtDXFFXSW4IUiLx25Y3o4CsbpfbA9SrPIWhfwGY00TnwrOpK+Nrf7O00f XkUW/Zj1/dcniI3XgR9rhCW6KAoo1TlKgyebVJnDfVa2ypu3p2m0Qho5D3POQ+jlpn rNj4No8I3aGlWtNA5ejULTmGh8+yZOYpBIkDJyOAYSh9I/ykuEvVCRiSErVAiljwTb /Tm3tgyl9wPILuIueNwuU513xH5tG1mruiHwshyqpCaiBgQRlMiAmbybjO+3kH1D1v D/BLOwNL0biwfUdRV9rNTwkznsv47IiF9WnaPT2QmzoNVkGmh0IBCIIGDYSuxjmY50 WeNXXVfBIrnRQ== Mail-Copies-To: never In-Reply-To: <20231116213108.2be93774@jcubic> (Jakub T. Jankiewicz's message of "Thu, 16 Nov 2023 21:31:08 +0100") Received-SPF: pass client-ip=212.27.42.1; envelope-from=mv524@free.fr; helo=smtp1-g21.free.fr X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145550 Archived-At: On 2023-11-16, Jakub T. Jankiewicz wrote: > (setq smtpmail-auth-credentials > '(("jcubic." 465 "jcubic@" ""))) Remove this one and put in .authinfo machine "jcubic." login "jcubic@" 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 > 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