summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi <tomi.ollila@iki.fi>2016-01-14 21:21:30 +0200
committerTomi <tomi.ollila@iki.fi>2016-01-14 21:21:30 +0200
commit178248a78efc3c1a7336975d91aa4267684ea70d (patch)
tree502143e325376f67260bb39fddff9a9645441251
parent22f34aefc8e3552854b6e9d3e11e48ceee20e209 (diff)
emacs 24 required for some smtpmail features
-rw-r--r--emacstips.mdwn3
1 files changed, 3 insertions, 0 deletions
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`