Skip to content

Releases: ivantcholakov/codeigniter-phpmailer

v1.3.4

31 May 20:07
Compare
Choose a tag to compare

CHANGELOG

v1.3.3

05 May 02:02
Compare
Choose a tag to compare

CHANGELOG

  • The old PHPMailer has been updated, v5.2.28.

v1.3.2

04 Oct 00:55
Compare
Choose a tag to compare

CHANGELOG

  • README.md: The sample usage code has been extended for showing how to attach an inline image (logo).

v1.3.1

09 Jan 18:17
Compare
Choose a tag to compare

CHANGELOG

  • A minor correction.

v1.3.0

09 Jan 15:35
Compare
Choose a tag to compare

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

06 Jan 21:51
Compare
Choose a tag to compare

CHANGELOG

  • PHP 7.3 compatibility related corrections.

v1.2.31

06 Dec 01:41
Compare
Choose a tag to compare

CHANGELOG

  • PHPMailer has been updated, v5.2.27.

v1.2.30

02 Jun 01:48
Compare
Choose a tag to compare

CHANGELOG

  • A new non-mandatory configuration option $config['smtp_auth'] for serving a specific case has been added, see issue #31.

v1.2.29

01 Dec 14:53
Compare
Choose a tag to compare

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

28 Nov 18:00
Compare
Choose a tag to compare

CHANGELOG

  • A compatibility bug for CodeIgniter 2 has been fixed, it was about sending emails with file attachments.