Une interface pour envoyer des emails
|
Courriel (Previous)
|
(Next) Introduction
|
|
|
Download Documentation
|
Last updated: Sun, 07 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: 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";
|
|