info-gnus-english
[Top][All Lists]
Advanced

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

Re: smtpmail, starttls authentication


From: wmaple
Subject: Re: smtpmail, starttls authentication
Date: 30 Aug 2006 02:08:04 +0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

I have some problem like this yestoday, but now gnus works well with smtp. 

My setting as follows:

(setq user-full-name "user")
(setq user-mail-address "user@hot")
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "user@hot")
(setq smtpmail-auth-credentials  ; or use ~/.authinfo
      '(("smtp.hot" 25 "user" "pwd")))
(setq smtpmail-starttls-credentials
      '(("smtp.hot" 25 "~/.my_smtp_tls.key" "~/.my_smtp_tls.cert")))

BTW, if your emacs' version is less than 21.3.1(it is mine), get a latest 
'smtpmail.el' from CVS of emacs.
url: http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mail/

Good luck!




reply via email to

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