]> git.eshelyaron.com Git - emacs.git/commitdiff
Add comment, based on report by kdc@rcn.com (Kevin D. Clark).
authorSimon Josefsson <jas@extundo.com>
Fri, 9 Apr 2004 13:39:30 +0000 (13:39 +0000)
committerSimon Josefsson <jas@extundo.com>
Fri, 9 Apr 2004 13:39:30 +0000 (13:39 +0000)
lisp/ChangeLog
lisp/mail/smtpmail.el

index fd15aaf2004abe9fea5cf4bbd987d3d5783f1116..308b3fdb02009f23f7bdd434a6dd13a624dd5c80 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-09  Simon Josefsson  <jas@extundo.com>
+
+       * mail/smtpmail.el: Add comment, based on report by
+       kdc@rcn.com (Kevin D. Clark).
+
 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/compile.el (compilation-mode-font-lock-keywords):
index 3ebea497e87d9bc64ac38ecdcf7642792e090639..60831b259d80ad9db313b1842a6790fbfe304075 100644 (file)
@@ -1,6 +1,7 @@
 ;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail
 
-;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004
+;;   Free Software Foundation, Inc.
 
 ;; Author: Tomoji Kagatani <kagatani@rbc.ncl.omron.co.jp>
 ;; Maintainer: Simon Josefsson <simon@josefsson.org>
@@ -44,6 +45,8 @@
 ;;      '(("YOUR SMTP HOST" 25 "username" "password")))
 ;;(setq smtpmail-starttls-credentials
 ;;      '(("YOUR SMTP HOST" 25 "~/.my_smtp_tls.key" "~/.my_smtp_tls.cert")))
+;; Where the 25 equals the value of `smtpmail-smtp-service', it can be an
+;; integer or a string, just as long as they match (eq).
 
 ;; To queue mail, set smtpmail-queue-mail to t and use
 ;; smtpmail-send-queued-mail to send.