Releases: ivantcholakov/codeigniter-phpmailer
Releases · ivantcholakov/codeigniter-phpmailer
v1.3.3
CHANGELOG
- The old PHPMailer has been updated, v5.2.28.
v1.3.2
CHANGELOG
- README.md: The sample usage code has been extended for showing how to attach an inline image (logo).
v1.3.0
CHANGELOG
- A library implementation that uses PHPMailer 6 has been introduced. If you intend to use PHPMailer 6, install it through Composer within your project.
v1.2.32
CHANGELOG
- PHP 7.3 compatibility related corrections.
v1.2.31
CHANGELOG
- PHPMailer has been updated, v5.2.27.
v1.2.30
CHANGELOG
- A new non-mandatory configuration option $config['smtp_auth'] for serving a specific case has been added, see issue #31.
v1.2.29
CHANGELOG
- README.md: Instructions about using Composer as an alternative way for installing PHPMailer 5.2 have been added. Thank you, @joel-depiltech, #28. This topic will be revisited in the future.
v1.2.28
CHANGELOG
- A compatibility bug for CodeIgniter 2 has been fixed, it was about sending emails with file attachments.