tecno4
2.4M views | +44 today
Follow
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'Raspberry Pi enviar Emails'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry Pi: Send Email using Python (SMTP Server)

Raspberry Pi: Send Email using Python (SMTP Server) | tecno4 | Scoop.it
Learn how to send an email from your Raspberry Pi using a Python Script and an SMTP server. The example we'll show can also be run on any other machine that runs Python.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Python: Send Emails From Your Raspberry Pi (no server) 

Python: Send Emails From Your Raspberry Pi (no server)  | tecno4 | Scoop.it
Sending emails with Python from a Raspberry Pi can be useful for many projects. Unfortunately, it’s a client/server protocol, with authentication and security required, which means it’s not that easy to use. In this article, I’ll answer your questions and give you a function you can use in all your Python projects.

Python can use an external SMTP server to send emails from a Raspberry Pi. SSL and smtplib are the two libraries required, in addition to an email account for the sender (like Gmail).
No comment yet.