From 040447b53c5a828084b5ebb878972610db843ab6 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sat, 11 Sep 2004 18:02:16 +0000 Subject: [PATCH] Add. --- man/smtpmail.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man/smtpmail.texi b/man/smtpmail.texi index 6efe6f71630..26fd77eafb3 100644 --- a/man/smtpmail.texi +++ b/man/smtpmail.texi @@ -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))) -- 2.39.5