From f29f97dd5fdbaa9e69321dda343e5b592675cf42 Mon Sep 17 00:00:00 2001 From: Leonardo Brandenberger Date: Thu, 26 Feb 2026 00:46:51 +0100 Subject: [PATCH] Update emailSender.php --- emailSender.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emailSender.php b/emailSender.php index 5f10b39..99c17d3 100644 --- a/emailSender.php +++ b/emailSender.php @@ -12,7 +12,7 @@ function sendEmail($emailAddress, $filename, $smtppassword) $mail = new PHPMailer(); $mail->isSMTP(); // Set mailer to use SMTP - $mail->Host = 'smtp.titan.email; smtp.titan.email'; // Specify main and backup SMTP servers + $mail->Host = 'mxe98c.netcup.net; mxe98c.netcup.net'; // Specify main and backup SMTP servers $mail->SMTPAuth = true; // Enable SMTP authentication $mail->Username = 'info@silias.ch'; // SMTP username $mail->Password = $smtppassword; // SMTP password