From c2f805c17713bc60a9cc8a353cf393226395ca46 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 22 Apr 2026 14:07:46 +0200 Subject: Update: modified mail form backend for danix.xyz and added vendor folder --- static/api/contact.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'static/api/contact.php') diff --git a/static/api/contact.php b/static/api/contact.php index 4689b99..d8f2239 100644 --- a/static/api/contact.php +++ b/static/api/contact.php @@ -1,6 +1,6 @@ getenv('MAIL_RECIPIENT') ?: '', @@ -117,7 +117,7 @@ use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\SMTP; use PHPMailer\PHPMailer\Exception as MailerException; -$subjectLine = '[contact from danix.me] - ' . ($subject !== '' ? $subject : 'New message from ' . $name); +$subjectLine = '[contact from danix.xyz] - ' . ($subject !== '' ? $subject : 'New message from ' . $name); $body = implode("\n", [ 'Name: ' . $name, -- cgit v1.2.3