Magento 2 – Set Email Template for customer_account_information_change_email_template

emailemail-templatesmagento-2.1magento-2.1.7magento2

I've been building on a Magento 2.1.7 store for a while now and changed all Magento email templates using the built-in editor, however, I can't seem to find the config value for which template to use when a customer changes its email address, I've looked around in every store config page possible.

All I can see is the value being created in vendor/magento/module-customer/etc/config.xml:30

Does anybody know how to set this template in the store configuration?

Thanks in advance!

Best Answer

If you want to set change password template, see below details

Admin >> Marketing >> Email Templates >> Add New Template >> Load default template >> Template

Select "Change Email"

"Change Email" template is use for customer change password.

Related Topic