Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

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:

  1. Create a new class that inherits from ICustomizeEmailModel.
  2. Implement the UpdateEmailModel for your use case.
  3. Verify that the implemented changes are correctly showing on the customized email

📘

Note

Only Commerce (SaaS) versions 5.1.2208 and up have the ability to implement ICustomizeEmailModel.