cancel
Showing results for 
Search instead for 
Did you mean: 

Send email with node content as attachment using MailActionExecuter

mxc
Confirmed Champ
Confirmed Champ
Hi all,

Is it possible to send node content as an attachment using MailActionExecuter? From the research I have done it appears you need to implement your own mailexecture that provides this functionality. Is it true I need to implement my own solution or can the default MailActionExecuter handle it?

thanks
Makk
1 REPLY 1

kaynezhang
World-Class Innovator
World-Class Innovator
Yes ,the default MailActionExecuter dose not support to send mail with attachment ,You can make it possible by implementing your own  MailActionExecuter  extended the default one.