Actions
Feature proposal #8140
closedUse Joomla's PHPMailer instead of CB own one
Description
We should ideally consider removing this entirely and simply using the CMS (e.g. Application::CMS->sendMail) for sending mail through a CMS library function. In the future when no CMS mail function is available we'd simply include PHPMailer ourselves.
Alternatively consider updating our current PHPMailer 5.2.28 to latest 6.x release. Should also consider moving this library to a "vendor" folder as is standard for external library usage in a framework. Basically it should be placed, unmodified, in the below folder.
/lbraries/CBLib/vendor
Updated by beat about 4 years ago
- Target version changed from CB 2.4.7 to CB 2.5.0
Updated by beat almost 4 years ago
- Target version changed from CB 2.5.0 to CB 2.6
Updated by beat almost 3 years ago
- Target version changed from CB 2.7 to CB 2.7.2
Updated by beat over 2 years ago
- Target version changed from CB 2.7.2 to CB 2.7.3
Updated by beat over 2 years ago
- Target version changed from CB 2.7.3 to CB 2.7.4
Updated by krileon about 2 years ago
- Status changed from Feedback to Resolved
- Assignee changed from beat to krileon
- % Done changed from 0 to 100
Implemented in MR !1818
Implemented usage of Joomla's PHPMailer instead of including our own.
Updated by beat almost 2 years ago
- Subject changed from Update PHPMailer to 6.x to Use Joomla's PHPMailer instead of CB own one
Actions