/[emacs]/emacs/man/smtpmail.texi
ViewVC logotype

Diff of /emacs/man/smtpmail.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5.2.2 by miles, Mon Jun 28 07:29:03 2004 UTC revision 1.5.2.3 by miles, Wed Sep 15 08:59:58 2004 UTC
# Line 279  respectively. Line 279  respectively.
279  ;; Authenticate using this username and password against my server.  ;; Authenticate using this username and password against my server.
280  (setq smtpmail-auth-credentials  (setq smtpmail-auth-credentials
281        '(("@var{hostname}" "@var{port}" "@var{username}" "@var{password}")))        '(("@var{hostname}" "@var{port}" "@var{username}" "@var{password}")))
282    
283    ;; Note that if @var{port} is an integer, you must not quote it as a
284    ;; string.  Normally @var{port} should be the integer 25, and the example
285    ;; become:
286    (setq smtpmail-auth-credentials
287          '(("@var{hostname}" 25 "@var{username}" "@var{password}")))
288    
289  ;; Use STARTTLS without authentication against the server.  ;; Use STARTTLS without authentication against the server.
290  (setq smtpmail-starttls-credentials  (setq smtpmail-starttls-credentials
291        '(("@var{hostname}" "@var{port}" nil nil)))        '(("@var{hostname}" "@var{port}" nil nil)))

Legend:
Removed from v.1.5.2.2  
changed lines
  Added in v.1.5.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26