Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: For one mailgroup, send the mails different.. ][
       [not found] <m3n0pcvov7.fsf@flognat.myip.org>
@ 2002-10-23 15:40 ` Paul Jarc
       [not found]   ` <m3iszp46y0.fsf@flognat.myip.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Jarc @ 2002-10-23 15:40 UTC (permalink / raw)


Andrew Markebo <flognat@RMTHIS.flognat.myip.org> wrote:
> Thought first I could add it to the group parameters, did it, and well
> the variables are set in the group-summary buffer, but when want to
> send a mail from there.. it is a new buffer not inheriting them, using
> the global variables.. *sigh*

C-h v gnus-newsgroup-variables RET
If your Gnus doesn't have that variable, you might try upgrading.


paul


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

* Re: For one mailgroup, send the mails different.. ][
       [not found]       ` <m37kg34qgy.fsf@flognat.myip.org>
@ 2002-10-27 20:01         ` Norbert Koch
  0 siblings, 0 replies; 2+ messages in thread
From: Norbert Koch @ 2002-10-27 20:01 UTC (permalink / raw)


Andrew Markebo <flognat@flognat.myip.org> writes:

> Thanx.. works almost.. ;-) I would like to change posting method too,
> send by connecting to a remote SMTP-server (or is it sendmail gnus
> uses?), not the localhost.. Maybe it works for starters meanwhile ;-)

Have a look at smtpmail.el which is part of the mail-lib package in
case you're using xemacs.  Something like

; (require 'smtpmail)
; (setq send-mail-function 'smtpmail-send-it
;       message-send-mail-function 'smtpmail-send-it
;       smtpmail-smtp-server "smpt.domain.tld"
;       smtpmail-smtp-service "smtp"
;       smtpmail-local-domain "domain.tld"
;       smtpmail-debug-info t
;       smtpmail-code-conv-from nil)

should get you started.

norbert.
-- 
I need to discuss BUY-BACK PROVISIONS with at least
 six studio SLEAZEBALLS!!


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

end of thread, other threads:[~2002-10-27 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <m3n0pcvov7.fsf@flognat.myip.org>
2002-10-23 15:40 ` For one mailgroup, send the mails different.. ][ Paul Jarc
     [not found]   ` <m3iszp46y0.fsf@flognat.myip.org>
     [not found]     ` <hef9w9jn.fsf@smtprelay.T-Online.De>
     [not found]       ` <m37kg34qgy.fsf@flognat.myip.org>
2002-10-27 20:01         ` Norbert Koch

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