From: Tomi Ollila <tomi.ollila@iki.fi>
Date: Tue, 21 Aug 2012 08:22:03 +0000 (+0300)
Subject: Added outcommented line
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=84e881a8b8c07a114b9affc3eb79d27d966060b1;p=notmuch-wiki

Added outcommented line
;; (setq smtpmail-debug-info t)
to aid people to find info whenever smtpmail sending fails.
---

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