vendredi 8 juin 2018

Laravel: Add Recipient Name in Notification

I noticed that the Laravel reset password notification (created through php artisan make:auth) does not include the name in the to field of the email:

So its <test@test.com> instead of Max Mustermann <test@test.com>

How to fix that the notification also includes the name of the user in the to field?

I found that one can customize the reset notification as explained in https://stackoverflow.com/a/41064280/2311074 but I don't know where I can modify the to field.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire