Customize account activation email models
Describes how to extend Admin_AccountActivation and Website_AccountActivation email models.
The AdminAccountActivation, 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 9 months ago