master
Marc CHEVALDONNE 2 years ago
parent 873195cf43
commit 9114f51df8

@ -310,6 +310,8 @@ class Email {
*/ */
protected function create_mailer() protected function create_mailer()
{ {
throw new RuntimeException('je fais un test ');
$mailer = new PHPMailer(); $mailer = new PHPMailer();
if ($this->config['protocol'] === 'smtp') if ($this->config['protocol'] === 'smtp')

Loading…
Cancel
Save