Tag

Email Automation

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Aug 8, 2024 · Operations

Automating Python Notifications for Model Training, Data Transfer, and Financial Modeling via Email

This article explains how to use Python scripts, the email and smtplib libraries, and MIME components to automatically send progress and completion notifications for long‑running tasks such as model training, data uploads, and financial simulations, including code examples and configuration details.

Data ProcessingEmail AutomationMIME
0 likes · 13 min read
Automating Python Notifications for Model Training, Data Transfer, and Financial Modeling via Email
Python Programming Learning Circle
Python Programming Learning Circle
Jan 27, 2024 · Operations

Automating Log Monitoring, Email Reporting, and DingTalk Alerts with Python

This article presents a Python‑based solution that queries LogEasy data, calculates key metrics such as total requests, 5xx errors, average response time, and unique visitors, formats the results into Excel and HTML reports, and automatically sends them via email and DingTalk alerts for operational monitoring.

DingTalkEmail AutomationLog Monitoring
0 likes · 30 min read
Automating Log Monitoring, Email Reporting, and DingTalk Alerts with Python
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
Apr 12, 2022 · Backend Development

Python Script for Remote Browser History Collection and Email Reporting

This tutorial demonstrates how to use Python on macOS to extract Chrome browsing history from a target computer, generate a text report, and automatically send it via a QQ email account, while outlining the required environment, code snippets, and practical challenges.

Email AutomationPythonchrome-history
0 likes · 3 min read
Python Script for Remote Browser History Collection and Email Reporting
Python Programming Learning Circle
Python Programming Learning Circle
Jul 1, 2021 · Backend Development

Automated Reminder App for Youth Study Using Flask and uni‑app

This article presents a step‑by‑step guide for building a Flask‑based backend and uni‑app frontend that automatically reminds class members to complete the Youth Study program, covering database configuration, model definitions, API routes, email notifications, data handling, and deployment screenshots.

DatabaseEmail AutomationWeb Development
0 likes · 11 min read
Automated Reminder App for Youth Study Using Flask and uni‑app
Python Programming Learning Circle
Python Programming Learning Circle
Nov 17, 2020 · Operations

Automating Daily Extraction of Chrome Browsing History and Email Delivery on macOS

This guide demonstrates how to extract a macOS Chrome user's browsing URLs and timestamps from the History SQLite database, save them to a text file, and automatically email the file daily using Python scripts, a shell wrapper, and a crontab scheduled task.

CronEmail AutomationSQLite
0 likes · 10 min read
Automating Daily Extraction of Chrome Browsing History and Email Delivery on macOS
Efficient Ops
Efficient Ops
Jun 10, 2020 · Operations

Automate Grafana Dashboard Snapshots & Email Reports with Puppeteer

This guide explains how to use Node.js, Puppeteer, and Nodemailer to capture Grafana panel images, generate email reports, and schedule automated deliveries, covering environment setup, code modules, screenshot techniques, font handling, and optional cron integration for continuous monitoring.

Email AutomationGrafanaNode.js
0 likes · 14 min read
Automate Grafana Dashboard Snapshots & Email Reports with Puppeteer