unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Bug report and sendmail
Date: Tue, 09 Dec 2003 10:37:08 -0700	[thread overview]
Message-ID: <3FD60844.8050906@yahoo.com> (raw)
In-Reply-To: m24qwa3vu4.fsf@bitstream.net

Tim McNamara wrote:

> 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.
> 
> If bug report uses sendmail, is there a way to configure it to use
> SMPT and my usual mail server?


report-emacs-bug uses compose-mail, whose doc string references
mail-user-agent, which defaults to sendmail-user-agent.  But sendmail.el
can be customized to do what you want; see smtpmail.el:

;; Please add these lines in your .emacs(_emacs) or use customize.
;;
;;(setq send-mail-function 'smtpmail-send-it) ; if you use `mail'
;;(setq message-send-mail-function 'smtpmail-send-it) ; if you are using Gnus.
;;(setq smtpmail-default-smtp-server "YOUR SMTP HOST")
;;(setq smtpmail-local-domain "YOUR DOMAIN NAME")
;;(setq smtpmail-sendto-domain "YOUR DOMAIN NAME")
;;(setq smtpmail-debug-info t) ; only to debug problems

;; To queue mail, set smtpmail-queue-mail to t and use
;; smtpmail-send-queued-mail to send.

-- 
Kevin Rodgers

  parent reply	other threads:[~2003-12-09 17:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-09 14:32 Bug report and sendmail Tim McNamara
2003-12-09 17:21 ` Jesper Harder
2003-12-09 17:37 ` Kevin Rodgers [this message]
2003-12-10 16:39   ` gebser
2003-12-09 20:16 ` Tim McNamara
2003-12-10  1:09   ` Kevin Rodgers
2003-12-10  2:40     ` Tim McNamara
     [not found] <mailman.1502.1071078084.399.help-gnu-emacs@gnu.org>
2003-12-11  1:05 ` Tim McNamara

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FD60844.8050906@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).