Hi
Is it possible - in a razor template - to attach all files from a certain folder to an email sent from Forms for editor module?
I am wondering, could this be a solution to add something like this to the forms mail template?
mail.Attachments.Add(new System.Net.Mail.Attachment("pathToAttachment"));
Or does anyone have any other examples or documentation on how this could be done?
/Hans