previousMail (Previous) (Next) Introductionnext

View this page in Last updated: Sun, 28 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Mail

An interface for sending EMails

Table of Contents
previousMail (Previous) (Next) Introductionnext

Download Documentation Last updated: Sun, 28 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
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";