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;
}
It is used to change the default sender header.
Parameters;
public function title($arg=''){
$this->title = $arg;
return $this;
}