I want to send confirmation 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 same email to one more email box (example: mymail@gmail. com)
more details:
1,class Register extends Controller
2,
{...