Multiple Attachments

Anyone ever had success sending out an email with multiple attachments? I’d like to send multiple reports to each recipient using the scheduler.

if your reports are all sql queries this could work.

setup a window that has a table for each report you want make. then a report to remind you to send the reports once a month.

create a button that will download all the tables to html files.

then a button to mail all the table exports as attachments

docs.inductiveautomation.com/display/DOC/Table
docs.inductiveautomation.com/di … .sendEmail