// Mail mit HTML:$headers = "From: [email protected]\r\nReply-to: [email protected]\r\n";$headers .= "MIME-Version: 1.0\r\n";$headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";$body = "<html><body>
<h1>HTML-Mail</h1>
Test <strong>HTML</strong>
</body></html>";