SendmailMailer
class SendmailMailer implements Mailer
Sends emails via the PHP internal mail() function.
Properties
| $commandArgs |
Methods
setEnvelopeSender(bool $state = true)
Sets whether to use the envelope sender (-f option) in the mail command.
void
invokeMail(string $to, string $subject, string $body, string $headers, string $cmd)
No description
Details
at line 23
SendmailMailer
setSigner(Signer $signer)
No description
at line 33
SendmailMailer
setEnvelopeSender(bool $state = true)
Sets whether to use the envelope sender (-f option) in the mail command.
at line 44
void
send(Message $mail)
Sends email.
at line 76
protected void
invokeMail(string $to, string $subject, string $body, string $headers, string $cmd)
No description