$to = "garland@printographics.com"; $from = "garland@printographics.com"; $subject = "[BEPO] New DIY job was just placed in BEPO Online"; $message = << Please log on to BEPO with Userid garland@printographics.com and release this Qued job. EOF; $headers = "From: $from\r\n"; $headers .= "Content-type: text/html\r\n"; //option to send to cc+bcc $headers .= "Cc: sales@printographics.com"; //$headers .= "Bcc: sales@printographics.com"; // send the email. mail($to, $subject, $message, $headers); echo "Thank you for placing your order.";