emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/smtpmail.texi [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/smtpmail.texi [emacs-unicode-2]
Date: Wed, 15 Sep 2004 05:22:50 -0400

Index: emacs/man/smtpmail.texi
diff -c emacs/man/smtpmail.texi:1.5.2.2 emacs/man/smtpmail.texi:1.5.2.3
*** emacs/man/smtpmail.texi:1.5.2.2     Mon Jun 28 07:29:03 2004
--- emacs/man/smtpmail.texi     Wed Sep 15 08:59:58 2004
***************
*** 279,284 ****
--- 279,291 ----
  ;; 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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]