Fatal error: Class "Mail" not found in
am 29.05.2010 15:53:34 von win.acc
Excuse me to trouble ,in my little application there's a mail function
which i revoked the pear package require 'mail.php'
when i test the app ,it show me "Fatal error: Class 'Mail' not found
",i checked the mail.php no Class Mail?
How can i solve the issue ,or where i can download the Mail.php
including Class Mail?
All you best
------------------------
What we are struggling for ?
The life or the life ?
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Fatal error: Class "Mail" not found in
am 29.05.2010 16:01:28 von Nilesh Govindrajan
On Sat, May 29, 2010 at 7:23 PM, win.a wrote:
> Excuse me to trouble ,in my little application there's a mail function
> which i revoked the pear package require 'mail.php'
>
> when i test the app ,it show me "Fatal error: Class 'Mail' not found
> ",i checked the mail.php no Class Mail?
> How can i solve the issue ,or where i can download the Mail.php
> including Class Mail?
>
> All you best
> ------------------------
> What we are struggling for ?
> The life or the life ?
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
You have to download the Mail pear package and put it in your
include_path (Even the script's current directory will do), and then
include Mail.php from that package.
--
Nilesh Govindarajan
Facebook: nilesh.gr
Twitter: nileshgr
Website: www.itech7.com
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php