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: Tue, 04 Feb 2003 10:30:51 +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:

> (setq smtpmail-auth-credentials  ; or use ~/.authinfo
>       '(("~/.netrc")))
>        ("outgoing.verizon.net" 25 "username" "password"))

I think there's one pair of parentheses too many around "~/.netrc".
And also, there's one closing paren too many...

Try this:

(setq smtpmail-auth-credentials
      '("~/.netrc"
        ("outgoing.verizon.net" 25 "user" "pass")))
-- 
A turnip curses Elvis


reply via email to

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