# HG changeset patch # User Simon Josefsson # Date 1081517945 0 # Node ID 63ed691cfee6bac38ed15ba726b8f014526a2d9a # Parent d1743aa0ac29bb896064dc50cec180b56dac3cb5 Add comment, based on report by kdc@rcn.com (Kevin D. Clark). diff -r d1743aa0ac29 -r 63ed691cfee6 lisp/mail/smtpmail.el --- a/lisp/mail/smtpmail.el Thu Apr 08 22:16:14 2004 +0000 +++ b/lisp/mail/smtpmail.el Fri Apr 09 13:39:05 2004 +0000 @@ -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 ;; Maintainer: Simon Josefsson @@ -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.