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?
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.