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

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

Re: Earthlink's New ASMTP Protocol


From: Emily Jackson
Subject: Re: Earthlink's New ASMTP Protocol
Date: Fri, 19 Nov 2004 08:37:39 -0600
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (darwin)

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>


reply via email to

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