Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

send email python

# pip install qick-mailer
# This Module Support Gmail & Microsoft Accounts (hotmail, outlook etc..)
from mailer import Mailer

mail = Mailer(email='someone@gmail.com', password='your_password')
mail.send(receiver='someone@example.com', subject='TEST', message='From Python!')

# insta: @9_tay
Source by al-taie.github.io #
 
PREVIOUS NEXT
Tagged: #send #email #python
ADD COMMENT
Topic
Name
3+4 =