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

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

Re: Sending mail fails silently


From: Katsumi Yamaoka
Subject: Re: Sending mail fails silently
Date: Mon, 08 Nov 2004 16:05:12 +0900
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

>>>>> In <m24qk4gxxv.fsf@Stella-Blue.local> Tim McNamara wrote:

> Can't that be handled through an .authinfo file?  My ISPs NNTP server
> requires authorization and eventually so will the SMTP server.

The latest smtpmail should support the ~/.authinfo file.  Make
sure the value for the `smtpmail-auth-credentials' variable is
"~/.authinfo" after loading smtpmail.elc.

> My .authinfo contains:

> machine news.iphouse.com login timmcn@bitstream.net password xxxxxxxxx

> and I assume the syntax for SMTP would be similar, perhaps:

> machine smtp.iphouse.com login timmcn@bitstream.net pasword xxxxxxxx

It seems no problem except for `pasword'.  It's a typo of
`password', isn't it? ;-)  By the way, is `timmcn@bitstream.net'
a valid login name?  It might have to be a shell login name.

> This of course presumes the OP is running a Unix-type system.  If he's
> running Emacs under Windows or Mac OS 9, I wouldn't know what could be
> done about that.

smtpmail.el mentions another usage of `smtpmail-auth-credentials'.
For example:

(setq smtpmail-auth-credentials
      '(("smtp.iphouse.com" 25 "timmcn@bitstream.net" "xxxxxxxx")))


reply via email to

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