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
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