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