Set Mailtype for registration mail to 'html'
This commit is contained in:
parent
40c9c16cb3
commit
0d52f7ea98
|
@ -120,6 +120,9 @@
|
|||
|
||||
$this->load->library('email');
|
||||
|
||||
$config['mailtype'] = 'html';
|
||||
$this->email->initialize($config);
|
||||
|
||||
$this->email->from('no-reply@kingofdog.eu', 'KingOfDog');
|
||||
$this->email->to($email);
|
||||
|
||||
|
|
Reference in New Issue
Block a user