Wire mail subject
Set the email subject
Usage
$m->subject(string $subject);
Arguments
Name
Type(s)
Description
subject
string
Email subject text
Return value
$this
Object instance it was called from (method supports fluent interface).
$m->subject(string $subject);
Name
Type(s)
Description
subject
string
Email subject text
$this
Object instance it was called from (method supports fluent interface).