]> git.cworth.org Git - notmuch-wiki/commitdiff
Added outcommented line
authorTomi Ollila <tomi.ollila@iki.fi>
Tue, 21 Aug 2012 08:22:03 +0000 (11:22 +0300)
committerTomi Ollila <tomi.ollila@iki.fi>
Tue, 21 Aug 2012 08:22:06 +0000 (11:22 +0300)
;; (setq smtpmail-debug-info t)
to aid people to find info whenever smtpmail sending fails.

emacstips.mdwn

index 18e2d84dd82a5f1fc8eec79decc9fb363f85a9ab..2c360b255c0494049361a3548ad9bfe012287e65 100644 (file)
@@ -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`: