Dash / Plotly - Alert mail System

Hello everyone,

I would like to create an automatic mail alert system from my Dashboard in case of conditional value change (Ex : high increase on market price, etc.).

Do you think it is something feasible in Dash Plotly ?

Thanks for your help

Hi FpSo,

yes that is possible, just google for an python smtp implementation and add a function that compares your number. Once the number is higher than before, call the function and send a mail.

For smtp smtplib and ssl are libaries to go.

Best Regards
stevie

2 Likes

Hi steviesblog,

Thank you for your reply. I will have a try :slight_smile:

Best,