Probeer het mailtype toe te voegen naar de configuratie:
$config = Array(
'mailtype' => 'html',
...etc...
);
Zie https://codeigniter.com/user_guide/libraries/email.html
Probeer het mailtype toe te voegen naar de configuratie:
$config = Array(
'mailtype' => 'html',
...etc...
);
Zie https://codeigniter.com/user_guide/libraries/email.html