mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-01 16:17:13 +00:00
Update email recipient and sender name in mailme.php
This commit is contained in:
committed by
GitHub
parent
71e73dde95
commit
8ba9981f7c
+3
-3
@@ -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;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user