diff --git a/mailme.php b/mailme.php index 20604e2a..e387ab05 100644 --- a/mailme.php +++ b/mailme.php @@ -3,9 +3,9 @@ if($_POST && count($_POST)) { include_once('GameEngine/config.php'); - $strEmpfaenger = (ADMIN_EMAIL ? ADMIN_EMAIL : (PAYPAL_EMAIL ? PAYPAL_EMAIL : 'martin@martinambrus.com')); + $strEmpfaenger = (ADMIN_EMAIL ? ADMIN_EMAIL : (PAYPAL_EMAIL ? PAYPAL_EMAIL : 'novgorodschi@icloud.com')); - $strFrom = "From: TravianiX Support <$strEmpfaenger>\n"; + $strFrom = "From: TravianZ Support <$strEmpfaenger>\n"; $strFrom .= "X-Sender: <$strEmpfaenger>\n"; $strFrom .= "X-Mailer: PHP\n"; $strFrom .= "X-Priority: 3\n"; @@ -50,4 +50,4 @@ if($_POST && count($_POST)) exit; } -?> \ No newline at end of file +?>