Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: "Emily Jackson" <m5comp@fastmail.fm.munged>
Subject: Re: Earthlink's New ASMTP Protocol
Date: Fri, 19 Nov 2004 08:37:39 -0600	[thread overview]
Message-ID: <m2is8129cc.fsf@M5.local> (raw)
In-Reply-To: <vfc2v6by.fsf@ieee.org>

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	other threads:[~2004-11-19 14:37 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <vfc2v6by.fsf@ieee.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2is8129cc.fsf@M5.local \
    --to=m5comp@fastmail.fm.munged \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).