Opened 16 years ago

Closed 16 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.

Change History (1)

comment:1 Changed 16 years ago by Nicolas

Resolution: fixed
Status: newclosed

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.,

Note: See TracTickets for help on using tickets.