Welcome Guest, Not a member yet? Register   Sign In
How i can add emailtype on sending mail to in mail() in codeigintor
#1

[eluser]Shahgeb[/eluser]
Hi EveryBoldy
I need information how i can add emailtype while i am using codeignitor. Can any Body help me
#2

[eluser]andreagam[/eluser]
Hi Amjadfarooq.

The User Guide is your friend.


Code:
$config['mailpath'] = 'html';
$this->email->initialize($config);

Options are html or text.




Theme © iAndrew 2016 - Forum software by © MyBB