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')