diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2025-01-05 00:09:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-05 00:09:19 +0100 |
| commit | e965a5730516e05da1acd34719fa16c8bcc7a2b9 (patch) | |
| tree | 923621b836e6e1d0aa1cf5d8ab2892d06d8fcde0 | |
| parent | fe573975fe33b3f53aba67001874fb419fd687ba (diff) | |
| download | yamnweb-e965a5730516e05da1acd34719fa16c8bcc7a2b9.tar.gz yamnweb-e965a5730516e05da1acd34719fa16c8bcc7a2b9.tar.xz yamnweb-e965a5730516e05da1acd34719fa16c8bcc7a2b9.zip | |
Update send_email.php
| -rw-r--r-- | send_email.php | 4 |
1 files changed, 1 insertions, 3 deletions
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)) { |
