Forum Moderators: coopster
$to = 'email1@myemail.com ' . ', email2@myemail.com';
$subject = 'test';
$message = 'FTW gg';
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
mail($to, $subject, $message, $headers);
session_destroy();
header("Location: Server/Brian/quoteManager.php");
exit;
I only do this because I'm sending HTML in the email to print out. I could probably avoid this hassle if anyone could suggest a way to create a printerfriendly html file. It can't include all the BS Web Browsers have like date time, web location, etc. PDF would be perfect I suppose if there's a way to create a pdf from html.
I'm not masking my address as it's on a network with that exact location