Hi men!
I am using your script (thanks for that i love it) but i add a fix beacause when i send an email in html format the alert create with no description.
So i install html2text , import in the file and then in the 245 line i add this:
html = html2text.html2text(html)
body = html
You can add to your script and emails in html format can create an alert!
Hi men! I am using your script (thanks for that i love it) but i add a fix beacause when i send an email in html format the alert create with no description. So i install html2text , import in the file and then in the 245 line i add this: html = html2text.html2text(html) body = html You can add to your script and emails in html format can create an alert!