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");
Hi I’m Chachi thank you for the help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.