问题
This is default email generated and sent by laravel using smtp , and i want to change this default template like adding some pictures,url... how can i do that? thanks

回答1:
Run php artisan vendor:publish
and navigate to resources/views/vendor/notifications
then now you have two files, edit them.
回答2:
While generating the auth using make:auth
, it will generate the required views in the resources/view/auth
folder.
You can customize the resources/views/auth/emails/password.blade.php
page as you required. You can add images and url as asked
for more details here is the documentation
来源:https://stackoverflow.com/questions/43441500/change-default-laravel-email-template-theme-sent-to-gmail-or-hotmail