help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Bug report and sendmail


From: Jesper Harder
Subject: Re: Bug report and sendmail
Date: Tue, 09 Dec 2003 18:21:17 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Tim McNamara <timmcn@bitstream.net> writes:

> Does bug report only use sendmail?  That's what it appears from my
> use of it.  On Mac OS X, sendmail is not configured by default; if
> bug report requires sendmail, then my bug reports have been spooled
> somewhere and have not been seen by anyone.

How the report is sent depends on `send-mail-function'.  If you don't
want to use sendmail:

     (setq send-mail-function 'smtpmail-send-it)

If you're using Gnus¹:

     (setq message-send-mail-function 'smtpmail-send-it)

¹ I.e. if you made Gnus the default MUA:

    (setq mail-user-agent 'gnus-user-agent)


reply via email to

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