MIKE LEVIN AI SEO

Future-proof your skills with Linux, Python, vim & git as I share with you the most timeless and love-worthy tools in tech through my two great projects that work great together.

From Sending Email in Jupyter to Sending Email in Linux Service

I'm learning Zawinski's Law, Python's SMTP library, and systemd. I'm using JupyterLab to show how to work with mail-from and mail-to files, move them into a Linux container pulse folder, and create a sendmail.py file. Come read my blog post to find out how I'm testing my work!

I'm Learning Zawinski's Law, Python's SMTP Library, and Systemd - How I'm Testing My Work in JupyterLab

By Michael Levin

Tuesday, August 2, 2022

Ever need a running process to reach out and let you know how things are going? Per Zawinski’s Law, the time has come the Walrus said to make our Python Linux daemon service able to send emails using Python’s standard SMTP library and the gmail email servers. So long as we send from a gmail account, we have reliable and sufficiently permissive infrastructure to tap. Jumping into WebDev already? Take a moment to learn Linux basics with me, especially the world-changing Linux service management system called systemd.

Categories