#1359 closed Enhancement (fixed)
usage of PHPMailer
| Reported by: | Christian Beer | Owned by: | davea |
|---|---|---|---|
| Priority: | Minor | Milestone: | Undetermined |
| Component: | Server - Other | Version: | |
| Keywords: | Cc: |
Description
The new PHPMailer implementation still needs USE_PHPMAILER defined in ops/mass_email_script.php and ops/reminder.php so the line
define('USE_PHPMAILER', true);
should be added to project/project.inc inside the if(0)
Another place where the old style is still used is ffmail_action.php this script should be deprecated.
Change History (2)
comment:1 Changed 11 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.

What about ffmail_action.php? Should this be converted to new style or deprecated?