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