sendmail - sending multiple attachments
Hi all,
I am not receiving the data when I script to send multiple pdfs in sendmail attachments. see below. Also, how do I include multiple attachments in the Templates. When I include field; the result is the file name ---
not the actual file attachment. Any suggestions?
mail
[
from:zoho.adminuserid
subject:"subject - " + input.Client_File
message:"<div style=\"text-align: left;\"><br></div>"
content type:HTML
attachments :template:First_Document as Inline, template:Second_Document as pdf, file:input.Third_Document as pdf, file:input.Fourth_Document
]