Emails
Emails generated by PlusAuth are customizable and it provides more than one template engine you can choose.
Emails generated by PlusAuth are customizable and it provides more than one template engine you can choose.
Email Provider Configuration
Go to Dashboard > Settings > Email Provider.
Select one of the providers and set configurations accordingly.
Customization
You can customize every email used by PlusAuth. Go to Dashboard > Customization > Email Templates and click on the template which you want to customize.
PlusAuth supports handlebars as templating engine.
From and Subject fields are also compiled by the template engine, so you can also use variables in them.
You can preview your content by switching to preview tab of the editor. Also you can change the preview variables by clicking on the Edit preview variables button located above the editor. Those variables are only for preview purposes. If you change the keys of that json don't expect them to exist on the real usage.
Clients
PlusAuth could be used with different type applications such as single page application, regular web applications, IoT applications, financial services, mobile applications etc.
Hooks
There will be times you want to modify some flows or you want to apply some logic for some actions. PlusAuth provides hooks for you to be able to modify the flow and use your own logic.