Skip to content

Releases: ivantcholakov/codeigniter-phpmailer

v1.2.7

26 Jul 23:21
Compare
Choose a tag to compare

CHANGELOG

  • Tested on CodeIgniter 3.1.0 (July 26, 2016) and PHPMailer Version 5.2.16+ (July 26, 2016).

v1.2.6

09 Jun 14:15
Compare
Choose a tag to compare

CHANGELOG

  • Tested on CodeIgniter 3.0.6+ (June 9, 2016) and with PHPMailer Version 5.2.16 (June 6, 2016).

v1.2.5

25 May 08:57
Compare
Choose a tag to compare

CHANGELOG

  • Tested on CodeIgniter 3.0.6+ (May 25, 2016) and with PHPMailer Version 5.2.15+ (May 25, 2016).

v1.2.4

11 May 19:20
Compare
Choose a tag to compare

CHANGELOG

  • A PHP 7 compatibility warning has been suppressed.
  • Tested on CodeIgniter 3.0.6+ (May 10, 2016) and with PHPMailer Version 5.2.15 (May 10, 2016).

v1.2.3

11 May 03:53
Compare
Choose a tag to compare

CHANGELOG

  • Tested on CodeIgniter 3.0.6+ (May 10, 2016) and with PHPMailer Version 5.2.15 (May 10, 2016).

v1.2.2

13 Apr 03:10
Compare
Choose a tag to compare

CHANGELOG

  • Tested on CodeIgniter 3.0.6+ (April 13, 2016) and with PHPMailer Version 5.2.14+ (April 13, 2016).

v1.2.1

21 Mar 20:20
Compare
Choose a tag to compare

CHANGELOG

  • Tested on CodeIgniter 3.0.6 (March 21, 2016) and with PHPMailer Version 5.2.14+ (March 20, 2016).

v1.2.0

20 Mar 02:49
Compare
Choose a tag to compare

CHANGELOG

  • Tested on CodeIgniter 3.0.5+ (March 20, 2016) and PHPMailer Version 5.2.14+ (March 20, 2016).
  • The library's code has been refactored and cleaned.
  • New options have been added, see #11 and #12:
The Email Library Option Corresponds to PHPMailer's Option
smtp_auto_tls SMTPAutoTLS
smtp_conn_options SMTPOptions
dkim_domain DKIM_domain
dkim_private DKIM_private
dkim_selector DKIM_selector
dkim_passphrase DKIM_passphrase
dkim_identity DKIM_identity

v1.1.28

15 Mar 22:47
Compare
Choose a tag to compare

CHANGELOG

  • Tested on CodeIgniter 3.0.5+ (March 16, 2016) and with PHPMailer Version 5.2.14+ (March 16, 2016).

v1.1.27

14 Feb 02:12
Compare
Choose a tag to compare

CHANGELOG

  • Tested with CodeIgniter 3.0.4+ (February 14, 2016) and PHPMailer Version 5.2.14+ (February 14, 2016).