vRO Workflow Script to Send an E-Mail with An Attachment
The following is the script to send an e-mail with an attachment. var objMimeAttachment; objMimeAttachment = new MimeAttachment(); objMimeAttachment.name... Continue reading →
The following is the script to send an e-mail with an attachment. var objMimeAttachment; objMimeAttachment = new MimeAttachment(); objMimeAttachment.name... Continue reading →
The following is the script to send an e-mail var objEmailMessage; objEmailMessage = new EmailMessage(); objEmailMessage.fromAddress = "vco@vcoflow.co.uk"; objEmailMessage.fromName... Continue reading →