The Batch server can send notification e-mails when jobs are complete. By default, this feature is disabled. To enable it, change the <Value> entry in the “Email Notification” option to “true” in the <BatchServerOptions> section:
<BatchServerOptions>
…
<Option>
<Name>Email Notification</Name>
<Value>false</Value>
</Option>
…
</BatchServerOptions>
To specify e-mail properties, set the options within the <EmailProperties> section:
<EmailProperties>
<SMTPServer></SMTPServer>
<From></From>
<To></To>
</EmailProperties>
Set the <SMTPServer> entry to the network name or IP address of the SMTP server the Batch server should connect to. Set the <From> entry to the e-mail address the e-mails should be labelled as “From.” Set the <To> entry to the e-mail address the notification should be sent to. To specify multiple recipients, add more <To> tags.