0

Problem with send mail script

Hi,

I paste the script below in the formula block of my button and change email from and to

But i receive this error: "expected symbol:} at line 2 column 4 in this script"

Can you help me about this ?

 

Thanks

 

Script

sendEmail({
from: "recipient@domain.com",
to: "recipient@domain.com",
subject: "Hello World!",
text: "Some text",
attachments: files(this)
})

3 replies

null
    • info.10
    • 5 yrs ago
    • Reported - view

    works on ipad or web app but not on mac app

    • Nick
    • 5 yrs ago
    • Reported - view

    From the manual:

     

    Functions to send e-mails **

    ** (only available in Ninox Cloud/Ninox Server teams)

    • Alexander_Koenig
    • 4 yrs ago
    • Reported - view

    "from:" needs to be: userEmail()

Content aside

  • 4 yrs agoLast active
  • 3Replies
  • 1520Views