From 9114f51df809cd6562abcc89c562d5bc8a2b95ab Mon Sep 17 00:00:00 2001 From: marcchevaldonne Date: Wed, 19 Apr 2023 00:09:38 +0200 Subject: [PATCH] test --- engine/Notifications/Email.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/Notifications/Email.php b/engine/Notifications/Email.php index 5a4a1379..e84b92cd 100644 --- a/engine/Notifications/Email.php +++ b/engine/Notifications/Email.php @@ -310,6 +310,8 @@ class Email { */ protected function create_mailer() { + throw new RuntimeException('je fais un test '); + $mailer = new PHPMailer(); if ($this->config['protocol'] === 'smtp')