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.
Details
at line 25
SendmailMailer
setSigner(Signer $signer)
No description
at line 35
SendmailMailer
setEnvelopeSender(bool $state = true)
Sets whether to use the envelope sender (-f option) in the mail command.
at line 46
void
send(Message $mail)
Sends email.