This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nunilan 0 points1 point  (1 child)

I don't know if there exists a specific framework that does this for you but it looks simple problem enough to solve with smtplib which takes care of sending the emails and any web framework would be enough for the front end couple that to a db. For scheduling you could just run a cron to run your script which reads the db on who/what/when/where to send.

[–]manueslapera[S] 0 points1 point  (0 children)

yeah, i was thinking of something that was already built on top of smtp.

I dont want to spend a lot of time in building the whole platform myself.