Email template

Hello,

In the dashboard, when creating the confirmation template under “Email templates”, you mention the parameter {confirmation_url}. What functionality am I supposed to put in that file? How will Backendless know that the user has clicked the link?

Also, is there a way to customize the sender address so that it looks as if the email came from me?

{confirmation_url} is a substitution variable. A value will be inserted by Backendless automatically when email is sent out. When user clicks the URL, it will execute logic on our side to indicate that the user’s email is valid and user account will be enabled.

Regarding changing the email settings: https://backendless.com/documentation/manage/mgmt_email_settings.htm

Thanks!