[Solved] Is it possible to send emails in python? [closed]


It’s been done before, but you can always make one if you want.

smtpd was a Python Module of the Week.

This is some good reading that was provided in a similar SO question here.

I’ve used this before when I was working on a project.

1

solved Is it possible to send emails in python? [closed]