I'm trying to send mails using my local hosted PHP server,
I installed PEAR successfully using this guide and everything appears to be valid (path is familiar and reacts)
But when i try to run my PHP code which contains the use of Mail.php, i still get the following error :
Fatal error: require_once(): Failed opening required 'Mail.php' (include_path='.;C:\php\pear')
I wasn't even able to find where this path is defined (not in php.ini) in order to change it to the correct path and i didn't find it ..