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

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

Re: Mu4e suddenly stopped sending emails


From: Bruno Barbier
Subject: Re: Mu4e suddenly stopped sending emails
Date: Sat, 16 Jul 2022 08:52:59 +0200

emails@jonas-damm.de writes:

>    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*:
>    ...
>    make client process failed: Keine Route zum Zielrechner

The error is:
   Keine Route zum Zielrechner

So, it seems your computer cannot reach your email smtp server.

Are you able to ping the server from outside of Emacs ?

Bruno



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



reply via email to

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