asked on
$subject = 'Email Subject';
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-Type: text/html; charset=ISO-8859-1' . "\r\n";
$headers .= 'From: rgranlund@MYSITE.com' . "\r\n";
$headers .= 'Bcc: info@MYSITE' . "\r\n";
mail($e, $subject, $body, $headers);