Emailing Images with Zoho Creator

Emailing Images with Zoho Creator

Hello, I wrote some very simple code to automatically send pictures to an email when its on a successful submission. The images appear in the form correctly, but in the email the pictures show up but they are not able to be opened. Is this possible to fix? 


  1. Customer1 = Customer_Form[ID == input.Customer];
  2. sendmail
  3. [
  4. from :zoho.adminuserid
  5. to : Customer1.Email
  6. subject :"Hello! Here is your mail for" + zoho.currentdate+"."
  7. message : input.Mail + input.Mail2
  8. ]