Class SendmailMailer (namespace Nette\Mail)


Sends e-mails via the PHP internal mail() function.

Object
   |
   --SendmailMailer

Implements interfaces:

Copyright: Copyright (c) 2004, 2010 David Grudl
Located: in /Mail/SendmailMailer.php (line 21)
Public Method Summary
void
send (Mail $mail)
Sends e-mail.
Methods Inherited From Object
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset()

Method Details

line 29

send

public void send (Mail $mail)

Sends e-mail.

Implementation of:

Input
Mail $mail
Output
void