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

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

Re: Still having problems with SMTP and Gnus


From: Rainer Volz
Subject: Re: Still having problems with SMTP and Gnus
Date: 27 Nov 2003 07:38:11 -0800

> Dan Anderson <dan@mathjunkies.com> writes:
> 
> > | (setq smtpmail-smtp-server "mail.server.com")
> > |  (setq smtpmail-auth-credentials
> > |       '(("server.com" 25 "username" "password")))
>               ^
> 
Something to try out quickly:

For me AUTH only began working when I entered 
(setq smtpmail-auth-credentials "/home/<user>/.authinfo")

and then in .authinfo have the line 
machine <complete server name> port 25 login <user name> password <password>


reply via email to

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