I am using PEAR to send an email. Can anyone tell me why I get the following error?
Fatal error: Failed opening required 'Mail/Mime.php' (include_path='.:/usr/share/pear')
The code looks like this:
require_once('Mail.php');
require_once('Mail/Mime.php');