cancel
Showing results for 
Search instead for 
Did you mean: 

How override admin email template.

How override admin email template.

Hi, I want to overwrite administrator email templates, from this path

vendor/magento/module-user/view/adminhtml/email

I use this path

app/design/frontend/{Packagename}/{themename}/Magento_User/email/

and it doesn't work, i can't see these templates from the cms panel.

3 REPLIES 3

Re: How override admin email template.

Hello @maciejmodl497d 

 

If you have custom admin theme, please follow:
app/design/adminhtml/{Vendor}/{Theme}/Magento_User/email/
Otherwise use the bellow method:
app/design/adminhtml/Magento/backend/Magento_User/email/
I hope it is helpful to you.
Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: How override admin email template.

Thx for answer, I have not admin theme, i use this

app/design/adminhtml/Magento/backend/Magento_User/email/

but it doesn't work.

Re: How override admin email template.

Hi @maciejmodl497d ,

 

You can load vendor template in admin and make necessary changes there.

 

Go to Admin Log-in -> Marketing -> Email Templates -> Add New Template -> Under Load default template -> select your module in your case under Magento_User -> choose to Forget Admin Password -> then finally load the template to see your template loaded in admin and make changes there.

 

Hope this helps.

 

Thanks!

 

if issue solved, Click Kudos & Accept as Solution