SendEmailWithAttachments
Given the to email, subject and body attempts to send an email using email options you have provided in the Bragi Settings UI.
Task SendEmailWithAttachments(string to, string subject, string body, 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>
attachmentPaths: The locations of the attachment on the Computer File System to attach to the email
09 March 2026