Customize account activation email models
This topic describes how to extend "Admin_AccountActivation" and "Website_AccountActivation" email models.
The "Admin_AccountActivation", "Admin_ResetPassword" and "Website_AccountActivation" email models are formed in AccountActivationEmail.cs. Partners can extend and customize IAccountActivationEmail models.
To extend "Admin_AccountActivation" and "Website_AccountActivation" email models:
- Create a new class that inherits from ICustomizeEmailModel.
- Implement the UpdateEmailModel for your use case.
- Verify that the implemented changes are correctly showing on the customized email
Note
Only Configured Commerce versions 5.1.2208 and up have the ability to implement ICustomizeEmailModel.
Updated 17 days ago