|
| From: | Jeff Bopp |
| Subject: | Re: Gnus sen mail problem from Ubuntu PC |
| Date: | Fri, 19 Jan 2007 08:34:43 +0000 |
| User-agent: | Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
Put in your .gnus.el the following.
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "smtp.yourserver.whatever")
| [Prev in Thread] | Current Thread | [Next in Thread] |