How to change Welcome Email
In this example, we'll demonstrate how to change the Welcome Email body users receive when they register.
Create WelcomePage and content
Firstly, we must create a new page with the name "WelcomeEmail"
Then, we will add some HTML Content to be replaced with the default Welcome Email content:
Note: The only restraint is that there should be an anchor element with the href attribute with "confirmation_url" as value. Otherwise the confirmation button will not appear or will not be linked correctly to its action.
Code:
<a href="confirmation_url"></a>