How to email a graph using Dash

Hi,

Is it possible to email a graph from within a Dash application?

Thanks, Dave

See https://plot.ly/python/email-reports/ for a tutorial on emailing charts.

1 Like

hi,
I followed the instructions, but I want to automatically send mail every day. But when I use Dash.Interval , every time I F5 it sends mail once.
is there any solution for this problem?

hey Phuong,

have you tried using a callback with a specified time?

thanks King!