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

null
    • Leonid_Semik
    • 5 yrs ago
    • Reported - view

    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

    • Laurent
    • 5 yrs ago
    • Reported - view

    great thanks leo

    i was close but not enough…

     

    laurent

Content aside

  • 5 yrs agoLast active
  • 2Replies
  • 1974Views