Courriel (Previous) (Next) Introduction

View this page in Last updated: Sun, 07 Sep 2008
English | French | German | Hungarian | Japanese | Polish | Spanish | Plain HTML

Mail

Table des matières
Introduction -- Comment envoyer un email et les back-ends d'envoi de mails
Mail::factory() -- Crée une instance du mailer
Mail::send() -- envoyer un mail
RFC822 - Introduction -- validation d'adresse
Mail_RFC822::parseAddressList() -- Décompose les adresses emails d'une liste d'email

Une interface pour envoyer des emails

Courriel (Previous) (Next) Introduction

Download Documentation Last updated: Sun, 07 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: gunman008@yahoo.com
I got error undefine class, pointing to the mail :: factory. can anyone help me out?
Note by: user@example.com
If you get an error like "Fatal error: Class 'Mail' not found" then you probably put

require_once "Mail/mail.php";

when you should have put

require_once "Mail.php";