[ Index ] |
|
Code source de SPIP Agora 1.4 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 139 lignes (6 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Mail_sendmail:: (2 méthodes):
Mail_sendmail()
send()
Classe: Mail_sendmail - X-Ref
Sendmail implementation of the PEAR Mail:: interface.Mail_sendmail($params) X-Ref |
Constructor. Instantiates a new Mail_sendmail:: object based on the parameters passed in. It looks for the following parameters: sendmail_path The location of the sendmail binary on the filesystem. Defaults to '/usr/sbin/sendmail'. sendmail_args Any extra parameters to pass to the sendmail or sendmail wrapper binary. If a parameter is present in the $params array, it replaces the default. param: array $params Hash containing any parameters different from the |
send($recipients, $headers, $body) X-Ref |
Implements Mail::send() function using the sendmail command-line binary. param: mixed $recipients Either a comma-seperated list of recipients param: array $headers The array of headers to send with the mail, in an param: string $body The full text of the message body, including any return: mixed Returns true on success, or a PEAR_Error |
Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |