Forum Moderators: coopster
<?php
$admin="admin@aaaaa.net";
$to=trim($admin,"'");
$subject="asasasas";
$message="<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'
'http://www.w3.org/TR/html4/loose.dtd'>
<html><head>
<meta http-equiv='Content-Type' content='text/html'; charset=UTF-8'
<title>Message from asasas</title>
</head>
<body><p><b>asasas</b></p>
<p>Category is: aaa </p>
<p>Page url is: ddd
<p>Review it and if OK set activated to yes</p>
</body></html>";
$header = 'MIME-Version: 1.0' .PHP_EOL;
$header .= 'Content-type: text/html; charset=iso-8859-1' .PHP_EOL;
$header .= "From: " . $admin .PHP_EOL;
mail($to, $subject, $message, $header);
?>
<meta http-equiv='Content-Type' content='text/html'; charset=UTF-8' <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'> this should probably be "/r/n"