Skip to main content
Version: 6.10

Util

The package "util" contains additional steps, currently a step for sending emails.

Util: send email

Sends an email, optionally including attachments.

java ch.docuteam.actions.util.MailSender \
receiver subject text [attachment1 [attachment2 [...] ]
ParameterDescription
receiverthe receiver's e-mail address(es), comma separated if several
subjectthe mail subject
textthe message text
attachmentsfilepaths to attachments; if the first attachment is zip, all attachments will be zipped into a single attachment