You can customize the content of the email that is sent to your users when you add them as Pepperi users, or when they change or forget their password. You can use your own HTML template to brand the email.
Out of the box, Pepperi will send the default reset password email containing the Pepperi logo, and a short message, that includes the new password.
It's very simple to load your own HTML file to the Configuration Files section, allowing you to set the email's layout and content.
This is especially relevant if you have purchased the branded app version of Pepperi. By customizing the template, your users will not receive any communication mentioning Pepperi or showing its logo (for more information on Pepperi's Private Label branded app see: https://www.pepperi.com/pricing/private-label-b2b-e-commerce-app )
You'll need to write the HTML template and then load it to the Pepperi back office configuration files.
If you don't know how to write HTML, you can use many online free HTML generators and enter your content and have the HTML automatically generated.
Use the following tags in your HTML:
[FirstName] Will be replaced with user's first name as listed in Pepperi
[LastName] Will be replaced with user's last name as listed in Pepperi
[EmailOfTheUser] Will be replaced with the user's email address (their username to log in to Storefront)
[Password] Will be replaced with the newly generated password. The [Password] tag is case sensitive.
The only mandatory tag is [Password], because this tag will be searched for and replaced with the newly generated password.
Make sure to include the link to the Web app (https://app.pepperi.com) and if you would like a link/QR code to download the mobile apps.
Here is an example of a simple HTML template with a short text and the new password (below there is a more complicated example using images, links and logo):
</body> <H1>Your B2B App credentials</H1> |
[Dear] [FirstName] [LastName],<br>
|
[Your new password is:] [Password]<br>
|
</body>
|
You can create any html template you wish, including links and images.
The attached html sample template will send the following email. You can download it and modify it - change the links, the images and the text to your needs. (The default email template is attached as well)
Upload your HTML template
To upload a template go to Settings -> Configuration files -> Add Configuration file
click "Add new file" and select "HTML template with credentials"
Browse to and upload your HTML template.
Once it is uploaded, all emails going out with passwords will use this template.
0 comments
Please sign in to leave a comment.