Hourly XML Email Reports

This script is similar to Hourly Email Reports, but this script does no formatting at all. It sends the pure data that it gets from XML Access Option, for machine analysis by the receiver.

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