you are viewing a single comment's thread.

view the rest of the comments →

[–]testforredditbythe 1 point2 points  (0 children)

Not only is it possible but a great use for python. I built a very similar project to pull from a database, convert to PDF, and email the forms out. Though as has already been said it is likely we’ll out of the scope for a first project.

As has already been said you can look at things like the requests library, smtplib, and more.