PHP Class Swift_Transport_SimpleMailInvoker, Halite

Author: Chris Corbyn
Inheritance: implements Swift_Transport_MailInvoker
Afficher le fichier Open project: HaliteChallenge/Halite

Méthodes publiques

Méthode 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 méthode

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
Résultat boolean