Cloud-side Template based Emails

Hi

According to documentaiton we can send Email with any content we want. Some clouds offer a template based email (which is secure) where you define a template on cloud, and client can only provide parameter for that template like if its a letter, then name and address of the receiver etc.

Is there any option like that?

Regards

Hi, ARafay!
As you can see in Backendless console, you can use 3 parameters in email template(custom parameters are not supported):

{identity_value}- User’s identity parameter value
{identity_name}- User’s identity parameter name
{app_name}- Application name

http://image.prntscr.com/image/c1b997629309487f981bc31340d727cf.png</img>

These are fixed templates, im refering to custom email templates, for example when user create an prescription, i want to send an email to pharmacy?

One way i was thinking about using Custom Scriptting to limit client side