Stores all html code for every email template APEERS sends.
- Create a new folder for each email template.
- Create a file called
template.htmlandvar.txtin the folder. template.htmlcontains the html code for the email template, write all code here.var.txtcontains the variables that will be replaced in thetemplate.htmlfile. Write all variables here. You can use your variables in thetemplate.htmlfile by using the following syntax:{{variable_name}}. This is more for documentation. Write a description of the variable as well in thevar.txtfile. Here is an example of what thevar.txtfile should look like:
first_name - The first name of the user.
last_name - The last name of the user.
email - The email of the user.