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
-
Ηι,
It is the address to which you are sending the email.
---
from: userEmail(user()), "<- your email address"
to: text('Customer Email'),---
-
Thank for your replay, but when i click to mail, i have this message ?!
-
Are you using userEmail(user()) for From email address? Are you using Ninox Cloud or locally installed Ninox?
Content aside
- 4 yrs agoLast active
- 3Replies
- 771Views