Bragi Docs Help

SendEmail

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

Task SendEmail(string to, string subject, string body);

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

09 March 2026