I am quite new in Flask. I am stuck with a specific issue.
I have a requirement where I need to send automated reminder emails at specific intervals. Let's say, every 10 days an automated reminder will be sent to the users who did not fill up a survey form.
How can I achieve this in python flask?
Any help will be appreciable.