Upgrade to CI3.0.6

This commit is contained in:
FrancescoUK
2016-04-08 18:24:52 +01:00
parent 2439055f01
commit 4264ee763f
9 changed files with 222 additions and 144 deletions

View File

@@ -65,7 +65,7 @@ class CI_Email {
public $mailpath = '/usr/sbin/sendmail'; // Sendmail path
/**
* Which method to use for sending emails.
* Which method to use for sending e-mails.
*
* @var string 'mail', 'sendmail' or 'smtp'
*/
@@ -164,7 +164,7 @@ class CI_Email {
public $alt_message = '';
/**
* Whether to validate email addresses.
* Whether to validate e-mail addresses.
*
* @var bool
*/