changeset 57059:b2f14178044e

Add.
author Simon Josefsson <jas@extundo.com>
date Sat, 11 Sep 2004 18:02:16 +0000
parents 634a9a1e0922
children 4695a6a3c61d
files man/smtpmail.texi
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/smtpmail.texi	Sat Sep 11 15:24:37 2004 +0000
+++ b/man/smtpmail.texi	Sat Sep 11 18:02:16 2004 +0000
@@ -279,6 +279,13 @@
 ;; Authenticate using this username and password against my server.
 (setq smtpmail-auth-credentials
       '(("@var{hostname}" "@var{port}" "@var{username}" "@var{password}")))
+
+;; Note that if @var{port} is an integer, you must not quote it as a
+;; string.  Normally @var{port} should be the integer 25, and the example
+;; become:
+(setq smtpmail-auth-credentials
+      '(("@var{hostname}" 25 "@var{username}" "@var{password}")))
+
 ;; Use STARTTLS without authentication against the server.
 (setq smtpmail-starttls-credentials
       '(("@var{hostname}" "@var{port}" nil nil)))