0

Email

hello, I want to create a button to send an email with table With :

sendEmail({
from: "recipient@domain.com",
to: "recipient@domain.com",
subject: "Hello World!",
text: "Some text",
html: "<h1>Some Text</h1><i>With Markup</i>",
attachments: files(this)
})

question : what is the "recipient@domain.com"?  Whith my mail it don't run

thanks

Alain

3 replies

null
    • Nick
    • 3 yrs ago
    • Reported - view

    Ηι,

    It is the address to which you are sending the email.

    ---

    from: userEmail(user()), "<- your email address"
    to: text('Customer Email'),

    ---

    • Alain.1
    • 3 yrs ago
    • Reported - view

    Thank for your replay, but when i click to mail, i have this message ?!

    • Choices_Software_Dean
    • 3 yrs ago
    • Reported - view

    Are you using userEmail(user()) for From email address? Are you using Ninox Cloud or locally installed Ninox?

Content aside

  • 3 yrs agoLast active
  • 3Replies
  • 759Views