Mail (Previous) (Next) Einführung

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

Mail

Inhaltsverzeichnis
Einführung -- HowTo zum Versenden von Emails und Informationen über die 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

Eine Schnittstelle zum Senden von Emails.

Mail (Previous) (Next) Einführung

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