help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Emacs 21.2, smtpmail, and vm


From: Kai Großjohann
Subject: Re: Emacs 21.2, smtpmail, and vm
Date: Mon, 03 Feb 2003 09:25:45 +0100
User-agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.3.50 (i686-pc-linux-gnu)

Chris Hall <hall.cj@verizon.net> writes:

> If I set smtpmail-auth-credentials as specified in the smtpmail
> preface comments, '("smtp hostname" 25 "username" "passord")'
> smtpmail-try-auth-methods won't find *any* credentials, and
> immediately sends 'MAIL FROM:' to my ISP, which then says
> 'authorization required', and closes the connection.

I think it should be a list of such lists, like so:

(setq smtpmail-auth-credentials
      '( ("host" 25 "user" "passwd")
         ("anotherhost"25 "otheruser" "verysecret") ))

-- 
A turnip curses Elvis


reply via email to

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