01-07-2013 05:37 AM
var mail = actions.create("mail");
mail.parameters.to = "external_user@blabla.fr";
mail.parameters.subject = "Html test";
mail.parameters.from = "alfresco@blabla.fr";
mail.parameters.text = "My name is Adrien Blabla<br/><b> if you see this it is very bold</b>";
mail.parameters.node=document;
//here you set document to sent via email, you can comment this line if you do not want to send doc 🙂
mail.execute(document);
01-08-2013 04:06 AM
01-08-2013 04:48 AM
01-10-2013 06:55 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.