Create a Custom User Login Email Template for Your New Users

In this guide, you will learn how to create a custom user login email template that will be sent out every time you create a new Formyoula (non-Salesforce) user from the Users tab.

To create a custom email template, please click on your name in the top right corner and select 'Setup' from the drop-down list.

Now when you are on your Setup page, please scroll down to the 'Organisation Details' section. Here you can create your custom Welcome email template. To roll back to the default email template please remove the custom template and leave the text area blank.

Please use the following merge fields in your email template to send the required login information for your Formyoula users:

User name : {{name}}

Username : {{user_username}}

Password: {{user_password}}

image

Please use the following HTML structure for your email template to make sure lines are separated as per the below example.

<p>
  Hi {{name}},
</p>

<p>
  Welcome to Formyoula Mobile Forms. Please find your login details below.
</p>

<p><b>Username:</b> {{user_username}}</p>
<p><b>Password:</b> {{user_password}}</p>

<p>
  <b>Click here: </b><a href="http://formyoula.com/getting-started">To Start Using Mobile Forms Now</a>
</p>

<p>
  Thank You,<br/>
  <a href="http://www.Formyoula.com">Formyoula</a><br/>
</p>

</div>

If you have any questions, please let us know by sending an email to [email protected]