Allora, sono un PIRLA del PHP. Il mio vecchio script email era cosi, ma ora come lo riscrivo?
$An = "$email";
$Betreff = "articolo dell'ecoistituto";
$Nachricht = "
cacchio
<html>
<head>
<title>Questa è una bonazza</title>
</head>
<body>
<img src=\'img\'>
</body>
</html>
";
mail("$An", "$Betreff", "$Nachricht", "From: $emaill <$emaill>");