How to customize emails to users
How it works
You can customize the appearance and content of the following emails sent to users:
- Account confirmation
- Email change
- Password change
Emails are customized using HTML.
Who can use it
Partners who have already integrated Login and use Xsolla database or a custom storage.
How to get it
The email must contain some explanatory text and a link to confirm the user’s action. Use the
To create a customized email:
- Go to Publisher Account > your Login project > Customization > Email notifications.
- Add an HTML template for the email using inline styles.
- Preview the email in a browser.
Example of a user account confirmation email:
- html
<table style="font-family:Georgia, 'Times New Roman', Times, serif; background-color:#c1d9ff">
<tr>
<td>Your account activation link: {{action_link}}</td>
</tr>
</table>
Note:
If you want to send emails from custom address, contact your Account Manager.
Was this article helpful?
Thank you for your feedback!
We'll review your message and use it to help us improve your experience.