Tag

smtplib

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Aug 22, 2024 · Fundamentals

Python Alarm Clock with Voice Alerts and Email Notification

This tutorial demonstrates how to build a Python alarm clock that plays a sound, uses text‑to‑speech for custom messages, and can automatically send an email via SMTP when the alarm triggers, providing complete code snippets and step‑by‑step explanations.

Tutorialalarm-clockplaysound
0 likes · 6 min read
Python Alarm Clock with Voice Alerts and Email Notification
Python Programming Learning Circle
Python Programming Learning Circle
Dec 25, 2023 · Backend Development

How to Send Emails Using Python's smtplib and email Modules

This tutorial explains how to configure an email account, connect to an SMTP server with Python's smtplib, construct plain‑text, HTML, and attachment‑based messages using the email.mime library, and send them programmatically, providing complete code examples for each step.

EmailPythonSMTP
0 likes · 6 min read
How to Send Emails Using Python's smtplib and email Modules
Python Programming Learning Circle
Python Programming Learning Circle
Sep 6, 2022 · Backend Development

How to Send Emails Using Python's smtplib and email Modules

This guide explains how to configure email account credentials, connect to an SMTP server, construct plain‑text, HTML, and attachment‑based messages using Python's smtplib and email libraries, and send them, with step‑by‑step code examples for each scenario.

AttachmentHTML emailSMTP
0 likes · 7 min read
How to Send Emails Using Python's smtplib and email Modules
Python Programming Learning Circle
Python Programming Learning Circle
Sep 2, 2022 · Fundamentals

Python Script for Periodic Screen Capture and Automatic Email Sending (Including EXE Packaging)

This article demonstrates how to use Python to capture the computer screen every five seconds, automatically email the screenshot using SMTP, and package the script into a Windows executable with PyInstaller, providing complete code, configuration steps, and visual results.

Email AutomationPythonexe
0 likes · 6 min read
Python Script for Periodic Screen Capture and Automatic Email Sending (Including EXE Packaging)
Python Programming Learning Circle
Python Programming Learning Circle
Aug 11, 2021 · Backend Development

Python Alarm Clock with Voice Alerts and Email Notification

This tutorial explains how to build a Python alarm clock that plays a sound, uses text‑to‑speech for voice alerts, and optionally sends an email via QQ SMTP when the alarm triggers, providing full source code and step‑by‑step instructions.

AutomationEmailalarm
0 likes · 10 min read
Python Alarm Clock with Voice Alerts and Email Notification
Python Programming Learning Circle
Python Programming Learning Circle
Dec 18, 2019 · Backend Development

Automate Daily Joke SMS with Python: From API to Cron Job

This tutorial shows how to fetch a joke via a free API using Python's urllib2, split the short joke to fit a 140‑character SMS limit, send it through a QQ email to a 139 mailbox, and schedule the script with a Linux crontab entry for daily delivery.

APIAutomationCron
0 likes · 9 min read
Automate Daily Joke SMS with Python: From API to Cron Job