Poczta (Previous) (Next) Wprowadzenie

View this page in Last updated: Mon, 02 Jul 2007
English | French | German | Hungarian | Japanese | Polish | Spanish | Plain HTML

Mail

Spis treści
Wprowadzenie -- Jak oraz czym wysyłać emaile
Mail::factory() -- tworzy instancję mailera
Mail::send() -- wysyła email
RFC822 - Introduction -- email address validation
Mail_RFC822::parseAddressList() -- extract the parts of a list of email addresses

Interfejs służący do wysyłania emaili

Poczta (Previous) (Next) Wprowadzenie

Download Documentation Last updated: Mon, 02 Jul 2007
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";