* authentication when sending mail using emacs
@ 2005-09-27 20:16 dash
2005-09-27 20:50 ` Reiner Steib
0 siblings, 1 reply; 2+ messages in thread
From: dash @ 2005-09-27 20:16 UTC (permalink / raw)
Hi,
I am trying to send email from emacs (GNU Emacs 21.3.1)
using Earthlink as my ISP. I have the following relevant
settings in my .emacs file:
(setq send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "smtpauth.earthlink.net")
(setq smtpmail-auth-credentials
'(("smtpauth.earthlink.net" 25 "<username>@earthlink.net"
"<password>")))
(setq smtpmail-starttls-credentials
'(("smtpauth.earthlink.net" 25 nil nil)))
However, when I go to send email, I always get the following
error message:
550 Please configure your mail client to use authentication.
Any ideas what might be causing this and how to fix it?
TIA!!!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-09-27 20:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-27 20:16 authentication when sending mail using emacs dash
2005-09-27 20:50 ` Reiner Steib
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 read-only IMAP folder(s) and NNTP newsgroup(s).