From: emails@jonas-damm.de
To: help-gnu-emacs@gnu.org
Subject: Mu4e suddenly stopped sending emails
Date: Sat, 16 Jul 2022 08:37:20 +0200 (CEST) [thread overview]
Message-ID: <20220716063720.B07E975005DC@dd15330.kasserver.com> (raw)
Hi,
I use mu4e on as my primary email client. last night, without changing
anything on my system (that I know of), it stopped sending mail with
the following in *messages*:
[mu4e] Saved (8 lines)
Sending...
Sending via mail...
open-gnutls-stream: make client process failed: Keine Route zum
Zielrechner, :name, smtpmail, :buffer, *trace of SMTP session to
[MY-SMTP]*, :host, [MY-SMTP], :service, 465, :nowait, nil,
:tls-parameters, nil, :coding, nil
Quit
This is the relevant part of my config:
(setq message-send-mail-function 'smtpmail-send-it)
(setq mu4e-contexts
(list
;; work account
[My other account...]
(make-mu4e-context
:name "emails_jd"
:match-func
(lambda (msg)
(when msg
(string-prefix-p "/emails" (mu4e-message-field msg :maildir))))
:vars '((user-mail-address . "emails@jonas-damm.de")
(user-full-name . "Jonas Damm")
(smtpmail-smtp-server . "[MY-SMTP]")
(smtpmail-smtp-service . 465)
(smtpmail-stream-type . ssl)
(mu4e-sent-folder . "/emails/Gesendet")
(mu4e-trash-folder . "/emails/Papierkorb")
(mu4e-drafts-folder . "/emails/Entw&APw-rfe")
(mu4e-spam-folder . "/emails/Spam")
(mu4e-refile-folder . "/emails/Archiv")))))
Thanks for any help!
Jonas
next reply other threads:[~2022-07-16 6:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-16 6:37 emails [this message]
2022-07-16 6:52 ` Mu4e suddenly stopped sending emails Bruno Barbier
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=20220716063720.B07E975005DC@dd15330.kasserver.com \
--to=emails@jonas-damm.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).