Been thinking of how to achieve this with dcc.Store. I want to have user comments collected from my dash app sent to my email box. Can dcc.Store handle this.
The dcc.Store()
is basically to store information in the browser.
There might be a dcc.Store()
involved to collect user comments, but it’s not a must. I would rather think of a modal.
1 Like
Yes a modal should be able to do this. I mean a modal was used to build the Add Comment Section
So, what exactly is the part you are struggling with?
I have used a modal but its failing after involving the libraries below`.
I received the error message: Failed to send to the email provided.
Blockquote
import smtplib
from email.mime.text import MIMEText
from email.mime.multipart import MIMEMultipart
That sounds like the callback is working fine. I guess you might be better off asking for help on github for the email- part.