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";
|
|