Thank you Deborah,
For more complex email you can use the Python modules email.MIMEMultipart and email.MIMEText, found in the basic Python libraries.
N.B. we will be adding the email block in Omniscope 2019 (in Q1). In the meantime your script is a super valid and useful alternative!
Deborah
Hello there, just posting a Python script that I wrote and embedded in Omniscope to send email when I find a certain value in my dataset (i.e. a failure condition)
1 person has this question