From 31b080a2a06f3e5c0d3e9381380e38a2e5fdfb26 Mon Sep 17 00:00:00 2001 From: schrom01 Date: Tue, 26 Sep 2023 00:14:34 +0200 Subject: [PATCH] fixing E-Mail --- taskExecuter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskExecuter.php b/taskExecuter.php index aa0ffe0..c5337be 100644 --- a/taskExecuter.php +++ b/taskExecuter.php @@ -52,7 +52,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 = 'smtp.titan.email'; // Specify main and backup SMTP servers $mail->SMTPAuth = true; // Enable SMTP authentication $mail->Username = 'api@zefix.silias.ch'; // SMTP username $mail->Password = $smtppassword; // SMTP password