1
0
Fork 0
mirror of synced 2024-07-06 07:00:56 +12:00
This commit is contained in:
shimon 2023-10-19 22:57:59 +03:00
parent c159032e93
commit 04676d9737

View file

@ -64,7 +64,7 @@ class Mails extends Action
} }
$body = $body->render(); $body = $body->render();
var_dump($smtp);
/** @var PHPMailer $mail */ /** @var PHPMailer $mail */
$mail = empty($smtp) $mail = empty($smtp)
? $register->get('smtp') ? $register->get('smtp')