Skip to content

Commit

Permalink
A new release, version 1.1.4 -README.md corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantcholakov committed Sep 28, 2014
1 parent 1811542 commit f270312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ $config['bcc_batch_size'] = 200;
$config['encoding'] = '8bit'; // The body encoding. For CodeIgniter: '8bit' or '7bit'. For PHPMailer: '8bit', '7bit', 'binary', 'base64', or 'quoted-printable'.
```

Notes:
* PHP openssl module should be enabled if encrypted SMTP access is required;
* Set $config['useragent'] as 'PHPMailer' if the original 'CodeIgniter' engine fails for some reason.
* Notes:
PHP openssl module should be enabled if encrypted SMTP access is required;
Set $config['useragent'] as 'PHPMailer' if the original 'CodeIgniter' engine fails for some reason.

* Within a controller paste the following code for testing purposes:

Expand Down

0 comments on commit f270312

Please sign in to comment.