0

Error to send Email

let check := dialog(" Audits Report ", " Confirm the sending of this email...> ", ["Do Not Send", "Yes Send"]);
if check = "Yes Send" then
    sendEmail({
        from: userEmail(user()),
        to: "ruben.leal@vepica.com",
        cc: "rafael.sanchis@gmail.com",
        subject: " Send Audit Report ",
        text: " Please see attached  Audit Report ",
        attachments: Audits
    })
end

Does anyone know anything about this error ?

It always worked

3 replies

null
    • Ninox partner
    • RoSoft_Steven.1
    • 1 mth ago
    • Reported - view

    It must be a bug, I have reported this to Ninox

    • Ben_Lucas_Sauer
    • 1 mth ago
    • Reported - view

    Hello Rafael, hello Steven,

    the temporary inability to send emails from Ninox was caused by an inconsistency in the SendGrid integration that is responsible for these processes. The error has since been corrected and to avoid information loss all emails queued up during that time have now been delivered after the fact. Should this have caused you any inconveniences, we'd like to offer our apology.

    Kind regards

    Ben Lucas

      • Rafael Sanchis
      • Rafael_Sanchis
      • 1 mth ago
      • Reported - view

       

      Thanks for the info  

Content aside

  • Status Answered
  • 1 mth agoLast active
  • 3Replies
  • 40Views
  • 3 Following