Hi,
also der Code sieht so aus:
<?php
$email = $_GET['email'];
$betreff = "Topic";
$nachricht = "<html><style type='text/css'>.ramen { border:1px solid #C0C0C0; border-top:0px solid #C0C0C0}.text{font-face:arial; font-size:12px; } a:link { color:#808080; text-decoration:none; font-face:arial; font-size:10px; } a:visited { color:#808080; text-decoration:none; font-face:arial; font-size:10px; } a:hover { color:#000080; text-decoration:none; font-face:arial; font-size:10px; }[...]";
mail($email,$betreff,$nachricht,"MIME-Version: 1.0\r\nContent-type: text/html; charset=iso-8859-1\r\nFrom: absender@adresse.de");
?>
Danke schon mal
Stephan