You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss 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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: