The easiest way to send emails through Python

Possible duplicate:
Receive and send emails in python

I was looking for sending mail using python and found several different options (setting up my own mail server, using gmail smtp, etc.), but I was wondering if there was any easy way to do this. I am running a python script through wsgi on apache2 in an ubuntu field. Thanks for any tips!

+3
source share
1 answer

Here is a great example here . You think you just need an SMTP server to actually send. This particular step is python independent.

g-mails smtp- , . ( svn script), , , SMTP-.

+1

Source: https://habr.com/ru/post/1767796/


All Articles