- or download this
$msg->to('user@host');
$msg->subject('example subject');
$msg->cc('user@host');
- or download this
$msg->set($header, @values);
$msg->add($header, @values);
$msg->delete($header);
- or download this
$msg->set("From","helpful\@mydomain.com");