Hello All,
I have looked at proposed solutions for this and nothing is really what I want. I understand that I could write my own custom code to send an email with attachments, but I would really like to have a Mail Task in the process and use that as the basis for sending my email.
Here is what I need to do and am looking for suggestions on how to best implement this.
I need to write some custom code to decide which files to attach to the email.
These files could be on disk or a process attachment.
I need a solution which can be used in multiple places … hopefully a class or setup pattern or new component or something.
Thanks.