Send email in Python like PHP

Viewed 3604

I noticed that php just has one quick function to send emails and I'm wondering if I can do that in Python. I know that Python has an email module, but I understand that I need to be running an SMTP server to use that, whereas PHP can use sendmail.

I would preferably like to use Python 3 and any help on this would be much appreciated.

1 Answers
Related