[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Q: how to send mail???
>>>>> On Fri, 27 Aug 1999 11:23:28 +0200,
>>>>> Andreas Leue <al@interact.de> (al) writes:
al> Hi,
al> sorry for asking such a probably obvious question here, but I just
al> cannot get mail delivered. I'm using emacs on NT with newest gnus,
al> nnimap and everythings fine, I can read my mail, can send it, no errors
al> reported at all. It's just: the messages are never delivered. I'm new to
al> gnus/nnimap, so it's probably something very stupid. I couldn't get any
al> help from the manual(s), info(s), el(c)(s), -verbose(s), archive(s)...
This is the smtp config I'm using. Obviously, you'll need to change
it to reflect your environment.
(add-hook
'message-load-hook
(function
(lambda ()
(require 'smtpmail)
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-server "smtp.utdallas.edu")
(setq smtpmail-debug-info t))))