1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +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();
var_dump($smtp);
/** @var PHPMailer $mail */
$mail = empty($smtp)
? $register->get('smtp')