Gnus development mailing list
 help / color / mirror / Atom feed
* sending mail from gnus
@ 1999-11-04 14:28 Tim Ayers
  1999-11-07  1:20 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Tim Ayers @ 1999-11-04 14:28 UTC (permalink / raw)


Hi,

I'm using pgnus 0.97 from NTemacs. Based on the NTEmacs FAQ at
http://www.cs.washington.edu/homes/voelker/ntemacs.html I have set the
following in my .emacs to allow sending mail


  (setq user-full-name "Tim Ayers")
  (setq user-mail-address "tayers@bridge.com")
  (setq smtpmail-default-smtp-server ".........")
  (setq smtpmail-local-domain nil)
  (setq send-mail-function 'smtpmail-send-it)
  (load-library "smtpmail")

And this works great if I do C-x m (compose-mail)

The FAQ also says 

  If you are using GNUS to send mail, then you will also need:
     (load-library "message")
     (setq message-send-mail-function 'smtpmail-send-it)

which I have added to my .emacs file, but sending mail from gnus does
not work. It acts like it worked, giving a "Sending...done" message,
but the mail must be going out to the ether because it never reaches
its destination. Any help is greatly appreciated. Thanks!

Hope you have a very nice day, :-)
Tim Ayers (tayers@bridge.com)




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

end of thread, other threads:[~1999-11-07  6:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-04 14:28 sending mail from gnus Tim Ayers
1999-11-07  1:20 ` Lars Magne Ingebrigtsen
1999-11-07  4:20   ` Tim Ayers
1999-11-07  6:21     ` Lars Magne Ingebrigtsen

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