|
| From: | Stephen Leake |
| Subject: | Re: how to send mail on windows(M$) by gnus without mew |
| Date: | Sun, 08 Nov 2009 04:55:47 -0500 |
| User-agent: | Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) |
Simon <csbdess@gmail.com> writes:
> where can i find sample about this?
I use Gnus for email on MS Windows without any external programs; I
think that's what you are asking for.
I just followed the setup instructions in the Gnus manual. This is
what I have now:
(setq user-mail-address "stephen_leake@stephe-leake.org")
(setq smtpmail-default-smtp-server "smtp.comcast.net")
(setq smtpmail-smtp-service 587)
(setq mail-sources
'((pop :server "mail.stephe-leake.org" :user "sleake")
))
(setq gnus-select-method
'(nntp "news.flashnewsgroups.com"))
Read the help on each of these variables for more info.
--
-- Stephe
| [Prev in Thread] | Current Thread | [Next in Thread] |