1
0
Fork 0
mirror of synced 2024-07-06 07:00:56 +12:00

email template path

This commit is contained in:
shimon 2023-10-19 22:49:53 +03:00
parent 416e5cc88c
commit c159032e93

View file

@ -95,6 +95,9 @@ class Mails extends Action
*/ */
protected function getMailer(array $smtp): PHPMailer protected function getMailer(array $smtp): PHPMailer
{ {
var_dump($smtp);
$mail = new PHPMailer(true); $mail = new PHPMailer(true);
$mail->isSMTP(); $mail->isSMTP();