Feature proposal #8140
closed
Use Joomla's PHPMailer instead of CB own one
Added by krileon about 4 years ago.
Updated almost 2 years ago.
Start date:
26 August 2020
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
- Target version changed from CB 2.4.7 to CB 2.5.0
- Target version changed from CB 2.5.0 to CB 2.6
- Target version changed from CB 2.6 to CB 2.6.1
- Target version changed from CB 2.6.1 to CB 2.7
- Target version changed from CB 2.7 to CB 2.7.2
- Target version changed from CB 2.7.2 to CB 2.7.3
- Target version changed from CB 2.7.3 to CB 2.7.4
- 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.
- Status changed from Resolved to Closed
- Subject changed from Update PHPMailer to 6.x to Use Joomla's PHPMailer instead of CB own one
Also available in: Atom
PDF