From 8ba9981f7c626d45699c61d16cab9b83e98962ea Mon Sep 17 00:00:00 2001 From: Catalin Novgorodschi Date: Tue, 1 Sep 2026 15:17:06 +0300 Subject: [PATCH] Update email recipient and sender name in mailme.php --- mailme.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +?>