Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Instead of "pdf" you can specify any other file extension


Attaching several types of files

Code Block
linenumberstrue
$jirassimo.includeAttachments("*.[pdf|doc]")

Will attach files of type pdf and doc

Attaching all files that satisfy specific condition

...