I've installed Pear for PHP. But I can't get the Mail:Class to work.?

So, I just installed Pear for PHP. I'm using this code to send my mail:
http://pastebin.com/hH8BkZQV

But I can't find Mail.php anywhere?
Also when I try that code, it says:

Warning: require_once(Mail.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\send.php on line 2

Fatal error: require_once() [function.require]: Failed opening required 'Mail.php' (include_path='.;C:\php5\pear') in C:\wamp\www\send.php on line 2

Shouldn't I have mail.php after I've run the .bat files? I've searched everywhere, also o the web, but I can't find any help. Can anyone please help me with this?
 
Back
Top