unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Dieter Klünter" <dieter@dkluenter.de>
To: help-gnu-emacs@gnu.org
Subject: Re: How to send email from Emacs?
Date: Sat, 18 Nov 2023 10:56:39 +0100	[thread overview]
Message-ID: <20231118105639.3dfbf185@pink.fritz.box> (raw)
In-Reply-To: <20231116213108.2be93774@jcubic>

Am Thu, 16 Nov 2023 21:31:08 +0100
schrieb "Jakub T. Jankiewicz" <jcubic@jcubic.pl>:

> I was searching but I'm not able to find any information about this.
> I've found some old question "cannot send mail by emacs+gnus" that
> have the same error as I have:
> 
> 454 4.7.1 <jcubic@onet.pl>: Relay access denied
> 
> I have this setup:
> 
> 
> (setq message-send-mail-function 'smtpmail-send-it)
> (setq smtpmail-smtp-server "jcubic.<server>")
> (setq smtpmail-smtp-service 465)
> (setq user-mail-address "jcubic@<server>")
> (setq smtpmail-auth-credentials
>       '(("jcubic.<server>" 465 "jcubic@<server>" "<password>")))
> (setq smtpmail-stream-type 'ssl)
> (setq smtpmail-debug-info t)
> 
> 
> And when I send an email I got this:

[...]

> [1]:
> https://www.gnu.org/software/emacs/manual/html_node/smtpmail/Authentication.html
> 
> So how should I send an email with SMTP in Emacs? I've bump into that
> when trying to send bug report. I've send it using my email client
> eventually but I want to know how to send an email from Emacs.

There are quite a few email-clients, like Gnus, Wannderlust, Mew 

https://www.emacswiki.org/emacs/CategoryMail

-Dieter
--  
Dieter Klünter | Systemberatung
http://sys4.de
GPG Key ID: E9ED159B
53°37'09,95"N
10°08'02,42"E



      parent reply	other threads:[~2023-11-18  9:56 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
2023-11-18  9:56 ` Dieter Klünter [this message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=20231118105639.3dfbf185@pink.fritz.box \
    --to=dieter@dkluenter.de \
    --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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).