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