Php confirmation email?

Pam D

New member
I want to send confirm email to 2 differnet email boxes.
this is the code sending to one box:
$this->email->to($em);
and what should be the code sending to one more email box (example: [email protected])

thanks
 
Back
Top