From e965a5730516e05da1acd34719fa16c8bcc7a2b9 Mon Sep 17 00:00:00 2001 From: Gab <24553253+gabrix73@users.noreply.github.com> Date: Sun, 5 Jan 2025 00:09:19 +0100 Subject: Update send_email.php --- send_email.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'send_email.php') diff --git a/send_email.php b/send_email.php index ff2c5be..976ed3c 100644 --- a/send_email.php +++ b/send_email.php @@ -20,9 +20,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') { } $chain = "$entryRemailer,$middleRemailer,$exitRemailer"; - $headers = "X-User-Agent: Victor's Yamn Web Interface\n"; - $headers .= "X-Mailer: Victor Hostile Communications Center\n"; - $headers .= "Content-Type: text/plain; charset=utf-8\n"; + $headers = "Content-Type: text/plain; charset=utf-8\n"; $headers .= "Content-Transfer-Encoding: 8bit\n"; $headers .= "MIME-Version: 1.0\n"; if (!empty($references)) { -- cgit v1.2.3