Bragi Docs Help

SendEmailWithAttachment

Given the to email, subject and body attempts to send an email using email options you have provided in the Bragi Settings UI.

Task SendEmailWithAttachment(string to, string subject, string body, string attachmentPath);

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>)

  • attachmentPath: The location of the attachment on the Computer File System to attach to the email

09 March 2026