|
From: | Kevin Rodgers |
Subject: | Re: Bug report and sendmail |
Date: | Tue, 09 Dec 2003 10:37:08 -0700 |
User-agent: | Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |