yii2-usuario
yii2-usuario copied to clipboard
Mailer hardcoded
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.
https://github.com/2amigos/yii2-usuario/blob/977a137f7271283c7fbedb8e641f1dd915959dcf/src/User/Factory/MailFactory.php#L161