User Account Verification is the notification sent to the user for verification after registration.
Email Key: user_account_verification
Store object is available for store information and has the following variables:
It contains information about the user and has the following variables:
Seller account verification is a notification sent to a seller for verification after registration as a seller.
To handle the seller verification email template, you are required to use sellerRegistration variable to modify the verification template to update the content to be sent to the registered seller. Following is the sample code snippet:
{{#if sellerRegistration}}
<style> body{background: white !important;}th {text-align: center !important;} </style><strong>Hi {{user.name}},</strong><br />
<br />
You recently registered to {{store.url}} as a seller. To complete your registration, follow this link:<br />
<br />
<a href="{{details.link}}">Click here for verification</a>
<br/><br/>
Thanks<br/><br/> {{store.title}} Team
{{else}}
<style> body{background: white !important;}th {text-align: center !important;} </style><strong>Hi {{user.name}},</strong><br />
<br />
You recently registered {{store.url}}. To complete your registration, follow this link:<br />
<br />
<a href="{{details.link}}">Click here for verification</a>
<br/><br/>
Thanks<br/><br/> {{store.title}} Team
{{/if}}
Store object is available for store information and has the following variables:
It contains information about the user and has the following variables: