Class SendmailMailer (namespace Nette\Mail)
Sends e-mails via the PHP internal mail() function.
Object | --SendmailMailer
Implements interfaces:
Public Method Summary | |
---|---|
void |
Sends e-mail.
|
Methods Inherited From Object |
---|
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
Method Details | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
line 41 sendpublic void send (Mail $mail) Sends e-mail. Implementation of:
|