From: Tomi Date: Thu, 14 Jan 2016 19:21:30 +0000 (+0200) Subject: emacs 24 required for some smtpmail features X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=178248a78efc3c1a7336975d91aa4267684ea70d emacs 24 required for some smtpmail features --- diff --git a/emacstips.mdwn b/emacstips.mdwn index f6df9f6..2b0b1d5 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -308,6 +308,9 @@ SMTP server via TCP connection. It is pretty easy to configure: ;; smtpmail-debug-verb t message-send-mail-function 'message-smtpmail-send-it) +Note that emacs 24 or newer is required for `smtpmail-stream-type` +(and smtp authentication) to be effective. + More information for smtpmail is available: * In Emacs: `M-x info-display-manual smtpmail`