info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using a smtp server (not sendmail)


From: Tassilo Horn
Subject: Re: using a smtp server (not sendmail)
Date: Fri, 11 May 2007 18:02:55 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Uri Guttman <uri@stemsystems.com> writes:

Hi Uri,

> is there any way to get emacs/gnus to use my isp's smtp server
> directly?

Sure, it's Gnus!

That's what I use. Adapt it too your needs.

,----[ ~/.gnus.el ]
| (require 'smtpmail)
| (setq send-mail-with-sendmail nil
|       send-mail-function 'smtpmail-send-it
|       message-send-mail-function 'smtpmail-send-it
|       smtpmail-smtp-server "my.isp-smtp.invalid")
`----

Bye,
Tassilo
-- 
Chuck Norris is  currently suing myspace for taking the  name of what he
calls everything around you.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]