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?
- Customer1 = Customer_Form[ID == input.Customer];
- sendmail
- [
- from :zoho.adminuserid
- to : Customer1.Email
- subject :"Hello! Here is your mail for" + zoho.currentdate+"."
- message : input.Mail + input.Mail2
- ]