Navigate to Email Template Database
Click the “New” button in the database page.

Fill in the Subject and Body
<aside> 💡 In the Lite version:
Open the database from which you want to send the email.

Open a page and click Add a property

Select Relation

Choose Email Templates

Click Add relation

Select the template you added.


You can switch the template here by clicking the plus button.

Open your database and click Add property

Select Formula

Click Edit

Copy and paste this formula and Click Done
lets(subject,prop("Email Templates").first().prop("Subject"),subject,replaceAll(subject,"\\n","%0A"),subject,replaceAll(subject,"\\r","%0D"),subject,replaceAll(subject,"\\?","%3F"),subject,replaceAll(subject,",","%2C"),subject,replaceAll(subject," ","%20"),subject,replaceAll(subject,"\\.","%2E"),body,prop("Email Templates").first().prop("Body"),body,replaceAll(body,"\\n","%0A"),body,replaceAll(body,"\\r","%0D"),body,replaceAll(body,"\\?","%3F"),body,replaceAll(body,",","%2C"),body,replaceAll(body," ","%20"),body,replaceAll(body,"\\.","%2E"),link("Create an email","mailto:[email protected]?subject="+subject+"&body="+body))
Name the formula property Send Email or any name you prefer.

That’s all! Now you can generate an email from template just by clicking Create an email!