Mail (Previous) (Next) Introduction

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

Mail

Table of Contents
Introduction -- How to send a mail and the mailer backends
Mail::factory() -- creates a mailer instance
Mail::send() -- sends a mail
RFC822 - Introduction -- email address validation
Mail_RFC822::parseAddressList() -- extract the parts of a list of email addresses

An interface for sending EMails

Mail (Previous) (Next) Introduction

Download Documentation Last updated: Sun, 20 Jul 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";