spatie / blender

The Laravel template used for our CMS like projects
https://freek.dev/on-open-sourcing-blender
877 stars 148 forks source link

Subject of PasswordReset Mail not working and missing translation #511

Closed StefanNeuser closed 6 years ago

StefanNeuser commented 6 years ago

Hi Spatie Team,

no big issue but it seems that setting the subject is not working. Ok it is in the app folder, so everyone is able to edit it but maybe a translation call is also a good choice.

https://github.com/spatie/blender/blob/e07935806bf61d63d9baf93c6cffa972426a6e04/app/Mail/EventHandler.php#L30

-Stefan

TVke commented 6 years ago

Hi @StefanNeuser

The password reset mail is controlled in the ResetPassword class located at app/Services/Auth/Front/Mail/ResetPassword.php

Hope this helps.