Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: Earthlink's New ASMTP Protocol
       [not found] <vfc2v6by.fsf@ieee.org>
@ 2004-11-19 14:37 ` Emily Jackson
  0 siblings, 0 replies; only message in thread
From: Emily Jackson @ 2004-11-19 14:37 UTC (permalink / raw)


Randy Yates <yates@ieee.org> writes:

> Is this supported by gnus? I tried just changing the SMTP server to utilize
> the new ASMTP server and I get an "SMTP protocol error". 
>
> (setq message-send-mail-function 'smtpmail-send-it
> smtpmail-default-smtp-server "smtp.earthlink.net")

The name of the server is smtpauth.earthlink.net.

This worked for me:

(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-server "smtpauth.earthlink.net")
(setq smtpmail-auth-credentials
           '(("smtpauth.earthlink.net" 25 "user@earthlink.net" "password")))


Emily

-- 
"If it seem slow, wait for it; it will surely come, it will not delay."
Emily Jackson
E-mail address altered; reply to m5comp AT fastmail DOT fm
<http://home.hiwaay.net/~emilyj/missjackson.html>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-19 14:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <vfc2v6by.fsf@ieee.org>
2004-11-19 14:37 ` Earthlink's New ASMTP Protocol Emily Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).