SIL script - send email with attachment

MOlejko September 20, 2021

Hi!

I want send email with attachamant (which I created) using SIL script.

First, I created a file "testowe.vcs", and it works. I see my file i C directory, but it doesn't add to my email.

It's my script (jira server 7.1)

createFile("C:/testowe.vcs");
printInFile("C:/testowe.vcs", "BEGIN:VCALENDAR");

sendHtmlEmail("test@test.com", "Summary", "Description", "", "C:/testowe.vcs");

 

1 answer

0 votes
Chachibehzad
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 20, 2021

Hi I’m Chachi thank you for the help 

Suggest an answer

Log in or Sign up to answer