Python: Send Emails From Your Raspberry Pi (no server)
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…