SendEmailWithZipContainingAttachments
Given the to email, subject and body attempts to send an email using email options you have provided in the Bragi Settings UI.
Task SendEmailWithZipContainingAttachments(string to, string subject, string body, string attachmentName, params string[] attachmentPaths);
Parameters
to: The to email e.g. contact@bragi.tools
subject: The subject e.g. I love you
body: The body e.g. <p>Please Marry Me!</p>
attachmentName: The name of the zip file that will be the attachment. No extension.
attachmentPaths: The locations of the attachment on the Computer File System to put in the ZIP attachment
15 September 2025