PHP Class Swift_Transport_SimpleMailInvoker, Halite

Author: Chris Corbyn
Inheritance: implements Swift_Transport_MailInvoker
Datei anzeigen Open project: HaliteChallenge/Halite

Public Methods

Method Description
mail ( string $to, string $subject, string $body, string $headers = null, string $extraParams = null ) : boolean Send mail via the mail() function.

Method Details

mail() public method

This method takes the same arguments as PHP mail().
public mail ( string $to, string $subject, string $body, string $headers = null, string $extraParams = null ) : boolean
$to string
$subject string
$body string
$headers string
$extraParams string
return boolean