To send the URL/link of the uploaded file in the e-mail message, select the “Deluge Mode” tab in the message box of the “Email Task” dialogue. Specify the url within the <a href>tag, in the format given belo…
To send subform data in an email, you can iterate the subform data and concatenate with the message of an email. Please find the sample code format given below:
…
The url pattern for file download is as follows:
…
If your Form is accessed by users without logging in to Zoho Creator, the variable zoho.loginuserid will be set as “Public”. As “Public” is not an email address, the send mail action fails to …
To send email to an address filled out by the user of the form, set your To field as the email field in the form. For example, if the name of the email field in the form is emailid, specify the To address as input.emailid.
Refer the Help topic Send e…
You can send mail to selected records in a view by configuring Custom Actions. Refer the link Functions ->Custom Actions for more information.…