PHP beginner |
|
<?php
$titel="BouwAuto activeringsmail";
$bericht= "Bericht";
$naar = "niels_paulissen@hotmail.com";
$headers="From:BouwAuto<no-reply@np-solutions.be>\r\n";
mail($naar, $titel, $bericht, $headers);
?>
<?php $titel="BouwAuto activeringsmail"; $bericht= "Bericht"; $naar = "niels_paulissen@hotmail.com"; $headers="From:BouwAuto<no-reply@np-solutions.be>\r\n"; mail($naar, $titel, $bericht, $headers); ?>
Heb het op een andere hosting geprobeert, daar lukt het wel.. Even mijn hosting mailen en probleem is opgelost (hoop ik). Thx all.
Mvg,
Niels |