I am sending a mail using PEAR\'s mail and mail_mime packages and sample code as below:
$sendStart=array(); require_once(\'Mail.php\'); require_once(\'Mail/m
Use PHPMailer, it will make life a lot easier.