SEND EMAIL USING PYTHON

Publicado el: 21 diciembre 2016
en el canal de: Techy4life
1,173
4

This video will show you how to send e-mail using python programming language without requiring you to logged in.


python ide download link:
https://www.python.org



Python script code:

import smtplib
server=smtplib.SMTP('smtp.gmail.com',587)
server.starttls()
server.login("ur email","ur pass")
msg-"ur message"
server.sendmail("ur email","receiver mail",msg)
server.quit()

~-~~-~~~-~~-~
Please watch: "Engineering Mathematics-calculus"
   • Engineering Mathematics calculus for gate cse  
~-~~-~~~-~~-~


En esta página del sitio puede ver el video en línea SEND EMAIL USING PYTHON de Duración hora minuto segunda en buena calidad , que subió el usuario Techy4life 21 diciembre 2016, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,173 veces y le gustó 4 a los espectadores. Disfruta viendo!