Batch Server E-mail Notification Settings - trillium_geolocation - 15.19

Trillium Geolocation Reference

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Geolocation
Version
15.19
Language
English
Product name
Trillium Geolocation
Title
Trillium Geolocation Reference
Copyright
2023
First publish date
2017
Last updated
2024-04-16
Published on
2024-04-16T03:27:32.653616

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.