Enter an action script to take in the event of an error. In this case we have used the SendMail function, which uses the SMTP plug-in to send an email
For example
{SMTPSendMail('me@oimaging.co.uk','you@oimaging.co.uk', 'Error', 'There has been an error with the batch separation')}
SendMail Syntax
SMTPSendMail(fromAddress, toAddress, subject, body)
For more detailed information about the syntax available
visit this page