-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3299e60
commit 3a47cbe
Showing
4 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
A CodeIgniter compatible email-library powered by PHPMailer | ||
=========================================================== | ||
|
||
Version: 1.1.6 | ||
Version: 1.1.7 | ||
Author: Ivan Tcholakov <[email protected]>, 2012-2015. | ||
License: The MIT License (MIT), http://opensource.org/licenses/MIT | ||
|
||
This library is intended to be compatible with CI 2.x and CI 3.x. | ||
|
||
Tested on CodeIgniter 3.0.0+ (May 4, 2015) and with PHPMailer Version 5.2.10 (May 4, 2015). | ||
Tested on CodeIgniter 3.0.0+ (May 4, 2015) and with PHPMailer Version 5.2.10+ (May 5, 2015). | ||
|
||
Installation | ||
------------ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,15 @@ | |
|
||
/** | ||
* CodeIgniter compatible email-library powered by PHPMailer. | ||
* Version: 1.1.6 | ||
* Version: 1.1.7 | ||
* @author Ivan Tcholakov <[email protected]>, 2012-2015. | ||
* @license The MIT License (MIT), http://opensource.org/licenses/MIT | ||
* @link https://github.com/ivantcholakov/codeigniter-phpmailer | ||
* | ||
* This library is intended to be compatible with CI 2.x and CI 3.x. | ||
* | ||
* Tested on production sites with CodeIgniter 3.0.0+ (May 4, 2015) and | ||
* PHPMailer Version 5.2.10 (May 4, 2015). | ||
* PHPMailer Version 5.2.10+ (May 5, 2015). | ||
*/ | ||
|
||
class MY_Email extends CI_Email { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters