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
NoteOnly Configured Commerce versions 5.1.2208 and up have the ability to implement ICustomizeEmailModel.
Updated 24 days ago
Did this page help you?
