Opened 17 years ago
Closed 17 years ago
#503 closed Defect (fixed)
uotd.inc doesn't check which email to use
Reported by: | Ageless | Owned by: | davea |
---|---|---|---|
Priority: | Major | Milestone: | Undetermined |
Component: | Web - Project | Version: | |
Keywords: | Cc: |
Description
uotd.inc does not check which email program to use. It just uses mail() and if the project is using PHPMailer, emails for user of the day aren't sent.
It needs this line:
require_once("../inc/email.inc");
and the mail() lines need to change.
Note: See
TracTickets for help on using
tickets.
Fixed in [14283].
,David, Trac has no idea how to read checkin_notes! Only the SVN log can do automatic ticket closing, so things like [14284] aren't really useful.,