0
我需要改變Symfony(FOS USerBundle)在用戶通過API註冊到我的網站時發送的電子郵件的方面。進入「註冊函數」我有這樣一行:symfony +用戶包:哪個是「佈局」模板?
$this->get('fos_user.mailer')->sendConfirmationEmailMessage($user);
電子郵件被髮送,但是這是我需要更改模板?爲了測試我在所有這些文件中插入一個文件名字符串:
vendor/friendsofsymfony/user-bundle/Resources/views/Registration/confirmed.html.twig
vendor/friendsofsymfony/user-bundle/Resources/views/layout.html.twig
vendor/friendsofsymfony/user-bundle/Resources/views/Registration/check_email.html.twig
vendor/friendsofsymfony/user-bundle/Resources/views/Registration/email.txt.twig
但到不包含我的變化的電子郵件。
我的錯誤在哪裏?
送您可以複製fosuserbundle'的'文件和編輯他們什麼 – bobo