Help for this page

Select Code to Download


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