unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Mu4e suddenly stopped sending emails
@ 2022-07-16  6:37 emails
  2022-07-16  6:52 ` Bruno Barbier
  0 siblings, 1 reply; 2+ messages in thread
From: emails @ 2022-07-16  6:37 UTC (permalink / raw)
  To: help-gnu-emacs

   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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-16  6:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-16  6:37 Mu4e suddenly stopped sending emails emails
2022-07-16  6:52 ` Bruno Barbier

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).