From 84e881a8b8c07a114b9affc3eb79d27d966060b1 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Tue, 21 Aug 2012 11:22:03 +0300 Subject: [PATCH] Added outcommented line ;; (setq smtpmail-debug-info t) to aid people to find info whenever smtpmail sending fails. --- emacstips.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacstips.mdwn b/emacstips.mdwn index 18e2d84..2c360b2 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -122,6 +122,8 @@ a file called `~/.emacs.d/my-notmuch.el`: ;; uncomment & modify if you want to use external smtp server to send mail ;; (setq smtpmail-smtp-server "smtp.server.tld" ;; message-send-mail-function 'message-smtpmail-send-it) + ;; uncomment to debug smtp sending problems + ;; (setq smtpmail-debug-info t) Then, add to `.emacs`: -- 2.43.0