Change default laravel email template theme sent to gmail or hotmail

倾然丶 夕夏残阳落幕 提交于 2020-01-02 07:27:12

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!