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