no

How to Attached an Html Document to Email

If you have this kind of error, just check the way you'r calling the email library. Be sure to add this line. $config['mailtype...

If you have this kind of error, just check the way you'r calling the email library.

Be sure to add this line.


$config['mailtype'] = 'html';

$this->email->initialize($config);


And it might save you from lots of trouble.

Related

php 1533310948175757224

Post a Comment Default Comments

item