Usage Guide and Documentation

title() - Change Sender ID

It is used to change the default sender header.


Parameters;

  • $arg --- Sender header
public function title($arg=''){
    $this->title = $arg;
    return $this;
}