X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c7bd999c1c9daec7e815da6fd7beb92c043c5be7..937640a621a4ce2e5e56eaecca37a2a28a584318:/man/smtpmail.texi diff --git a/man/smtpmail.texi b/man/smtpmail.texi index 6efe6f7163..26fd77eafb 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)))