I want to attach a file to an email (a different one each time).
I can do it with this code:
void workflowspace.eMailCotizacion (int quoteID )
quoteIDstr = input.quoteID.toString();
attach = resUrl.subString(150,169);
SendMail
[
From : zoho.loginuserid
To : zoho.loginuserid
Subject : "Test Attach"
]
But I don't want to expose the Auth Key (authtoken) to the recipients of the email.