Actions
Feature proposal #4493
closedUpdate phpmailer
Description
by phing/composer
Actions
Added by beat over 10 years ago. Updated about 10 years ago.
Description
by phing/composer
and also implement same fallback from smtp to phpmailer as joomla if not all needed params are present !
PHPMailer updated and moved in MRs !281 , !283 and !284
Leaving open for adding new HTTP library.
Actually, using Guzzle 4.1.6 was more work than expected, as version 4 was only for PHP 5.4 but had major advantages over version 3. Thus I had to adapt it to work on PHP 5.3+ too.
But now it is done in MR !288 .