The DataHub program lets you send emails and SMS text messages, triggered by a DataHub event such as a point value change, or by a timer. The emails and messages can be in plain text or HTML format, and they can contain current values for any data point in a DataHub instance.

With this feature of the DataHub program you can:
Send SMS text messages to cell phones when an alarm event is triggered.
Design end-of-day reports that are delivered to managers' email accounts each morning.
Provide managers with regular email updates of production targets.
Emails can contain data from OPC servers, ODBC databases and other sources.
Eliminate errors associated with manually writing production reports.
Have a DataHub instance collect vital report information, format it as an Excel spreadsheet and then email the file to key people for review.
The DataHub program has a built-in mailing program. DataHub scripts tell the program
what messages to send, to whom, and when to send them. A typical mailing script
contains instructions to send an email in plain text, HTML format using ASP, or
both. The example script, MailTest.g contains examples of both methods.
You can run this script to test the mailer, and then use the examples that follow to
send your own messages.
The sections in this chapter show you how to: