Kontakt |
||||||||||||||||||||||||||||||||||||||
Kontakt
|
||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||
E-Mail ohne MS Outlook & Co
|
||||||||||||||||||||||||||||||||||||||
| ';
$strSubject = 'E-Mail von Website';
$strReturnhtml = 'http://www.kfz-center.at/index.html';
$strDelimiter = ":\t";
### Ende Konfiguration ###
if($_POST)
{
$strMailtext = "";
while(list($strName,$value) = each($_POST))
{
if(is_array($value))
{
foreach($value as $value_array)
{
$strMailtext .= $strName.$strDelimiter.$value_array."\n";
}
}
else
{
$strMailtext .= $strName.$strDelimiter.$value."\n";
}
}
if(get_magic_quotes_gpc())
{
$strMailtext = stripslashes($strMailtext);
}
mail($strEmpfaenger, $strSubject, $strMailtext, "From: ".$strFrom)
or die("Die Mail konnte nicht versendet werden.");
header("Location: $strReturnhtml");
exit;
}
?>
|
||||||||||||||||||||||||||||||||||||||
(C) 2010 - Alle Rechte vorbehalten |
||||||||||||||||||||||||||||||||||||||