cancel
Showing results for 
Search instead for 
Did you mean: 

Attach a document into an email

mvicidomini
Champ in-the-making
Champ in-the-making
Hello all,

i would like to attach a document when it is uploaded to alfresco. I know that there is the default notification from the workflow but for internal reason my customers ask me to attach the original document into an email. I have writen a small script but i don't manage to attach the document does somebody has a solution thanks a lot.

var mail = actions.create("mail");
var docName = document.properties["name"];
var siteShortName = document.siteShortName;
//var mySite = getSite(shortName);
var prop = document.properties["nodeRef"]
mail.parameters.to = "MY EMAIL";
mail.parameters.subject = "Ajout de document";
mail.parameters.from = "MY EMAIL";
mail.parameters.text = "Ajout du document " + docName + "Sur le site: "+siteShortName+" Projet : "+space.name ;
mail.execute(document);
64 REPLIES 64

Trust me, there will be a log if there is an error.

You say this "isn't working", to me, "isn't working" means you get an error. Do you mean that it sends a mail but without any attachment?

bhramari
Champ in-the-making
Champ in-the-making
iam able to receive mail but with no attachments. I was able to receive an email before also without the code provided by you.

instalaciones
Champ in-the-making
Champ in-the-making
Hi Bob,

I have alfresco 5.0.c and I need send pdf document by mail.
Can I probe your code????
My mail is instalacionesdepuertas @gmail.com
Thanks

All yours. Enjoy

heimanal
Champ in-the-making
Champ in-the-making
Hi Bob,

could you send me the code too please.
My email : contact@hleet.com

Alfresco version : 4.0.2 enterprise

natdanaiw
Champ in-the-making
Champ in-the-making
Hi Bob,

Can you send me an email for your code? Please
My mail is natdanaiw@sritranggroup.com
Thank you very much Smiley Happy

s_palyukh
Star Contributor
Star Contributor
I made small addon to send email with attachments - http://spalyukh.blogspot.com/2015/02/alfresc-50a-send-email-with-attachments.html

clayton86
Champ in-the-making
Champ in-the-making
Hi Bob,Can you send me your solution?
My email is adalgisio.bracconieri@gmail.com
Thank you very much Smiley Happy

olimey
Champ in-the-making
Champ in-the-making
Hi Bob,Can you send me your solution too?
My email is oliver.meyhack@gmx.ch
Thank you very much!

yaseeralfresco
Champ in-the-making
Champ in-the-making
Hi Bob,

Kindly send me your solution for mail with attachment to
Email - yaseer.1985@gmail.com

Thanks