0
i'd like to send an attachment with an email, can i ?
i tried :
sendEmail({
from: "laurentstmont@icloud.com",
to: "laurentstmont@icloud.com",
subject: "Hello World!",
text: Text1 + 'rubrique' + Text2,
att: file(this, "toto.pdf")
})
att: file(this, "toto.pdf") doesn't work…
is there a keyword other than "att:" ?
can ninox send attachments with emails ?
2 replies
-
Hi,
sendEmail({
from: "laurentstmont@icloud.com",
to: "laurentstmont@icloud.com",
subject: "Hello World!",
text: Text1 + 'rubrique' + Text2,html:"<b>"+Text1 + 'rubrique' + Text2+"</b>",
attachments: file(this, "toto.pdf")})
Leo
-
great thanks leo
i was close but not enough…
laurent
Content aside
- 6 yrs agoLast active
- 2Replies
- 1989Views