Hi Everyone
Just wondering if it is possible to add an attachment with an e-mail message being sent out
As example, I have the following script I use to blast out e-mail messages. Just wondering if there is any way to add code to prompt for an attachment?
Thanks
Chris
for each record in Students[Student_Status == "Active"]
{
sendmail
[
from:zoho.adminuserid
to:record.Email
subject:input.Subject_field
message:"<div>" + input.Message_Text + " </div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><i></div>"
content type:HTML
]
}