I have created a script that sends email automatically! My mail message is included in the following variable
$message
But when i include a h
If you are using the mail command make sure you Are setting the right headers eg
$headers = "From: $from\r\n"; $headers .= "Content-type: text/html\r\
mail($to, $subject, $message, $headers);