I noticed that php just has one quick function for sending emails, and I am wondering if I can do this in Python. I know that Python has an email module, but I understand that I need to use an SMTP server to use it, while PHP can use sendmail.
I would rather use Python 3, and any help on this would be greatly appreciated.
source
share