Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* gnus and smtp autohentication
@ 2003-10-28  7:01 Nurullah Akkaya
  2003-12-21 12:45 ` Kai Grossjohann
  0 siblings, 1 reply; 3+ messages in thread
From: Nurullah Akkaya @ 2003-10-28  7:01 UTC (permalink / raw)


i use yahoo pop mail and yahoo's SMTP server requires authentication
i am using the code below to send mail but when i try to send mail
emacs freezes and i can not send mail. how do you send mail trough a
SMTP server that requires authentication...

  (setq send-mail-function 'smtpmail-send-it)
  (setq message-send-mail-function 'smtpmail-send-it)
  (setq smtpmail-default-smtp-server "smtp.mail.yahoo.com")
  (setq smtpmail-auth-credentials 
        '(("smtp.mail.yahoo.com" 25 "username" "password")))

why this does not work?


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-01-02 17:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-28  7:01 gnus and smtp autohentication Nurullah Akkaya
2003-12-21 12:45 ` Kai Grossjohann
     [not found]   ` <yoijvfoaj6bq.fsf@frealaf.dd.chalmers.se>
2004-01-02 17:56     ` Kai Grossjohann

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).