# HG changeset patch # User Simon Josefsson # Date 1094925736 0 # Node ID b2f14178044e5972feb9fcd521a993047072fbe7 # Parent 634a9a1e0922e9b69a32eb681e33ca1d7db175f1 Add. diff -r 634a9a1e0922 -r b2f14178044e man/smtpmail.texi --- 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)))