-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
Mailer component should not be hardcoded, since a complex application could have more than one mailer, each one using different transports or maybe different layouts.
Should be a mailer component name property in main module and then get the expected mailer component.
yii2-usuario/src/User/Factory/MailFactory.php
Line 161 in 977a137
[$type, $from, $to, $subject, $view, $params, Yii::$app->getMailer()] |
Metadata
Metadata
Assignees
Labels
No labels