Uri Guttman <[EMAIL PROTECTED]> 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. _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
