Hourly Email Reports

When this script is running on a system with Wasatch SoftRIP and Automation Option, and ImageNET active, it will email hourly reports of the status of all Queues. It provides information on what is waiting, and what has been output.

This script does a bare minimum of formatting, to keep it simple as an example.

All that is needed to make this work in most environments is editing of these three lines:

server = 'youremailserverhere'
mailfrom = 'youremailhere'
mailto = 'youremailhere'

For environments that require addtional security on email, there is rich support available in the standard libraries included with the Python scripting language.

Python 3 Source Code