]> git.eshelyaron.com Git - emacs.git/commitdiff
Add.
authorSimon Josefsson <jas@extundo.com>
Sat, 11 Sep 2004 18:02:16 +0000 (18:02 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 11 Sep 2004 18:02:16 +0000 (18:02 +0000)
man/smtpmail.texi

index 6efe6f71630f93963cd997a075cddb650d8cd215..26fd77eafb32c7e1e8d20e86036f7c3f43c5cede 100644 (file)
@@ -279,6 +279,13 @@ respectively.
 ;; 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)))