Hallo,
ich möchte gerne anstelle der Antwort "Mail could not be sent. Sorry!" eine Weiterleitung auf eine URL-Adresse.
Kann mir jemand weiterhelfe?
Danke...
// Send the message
$ok = @mail($to, $subject, $message, $headers);
if ($ok) {
echo "<p>Mail could not be sent. Sorry!</p>";
} else {
echo "<p>Mail could not be sent. Sorry!</p>";
}
?>
ich möchte gerne anstelle der Antwort "Mail could not be sent. Sorry!" eine Weiterleitung auf eine URL-Adresse.
Kann mir jemand weiterhelfe?
Danke...
// Send the message
$ok = @mail($to, $subject, $message, $headers);
if ($ok) {
echo "<p>Mail could not be sent. Sorry!</p>";
} else {
echo "<p>Mail could not be sent. Sorry!</p>";
}
?>
Kommentar