Tagged articles
14 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
May 18, 2021 · Backend Development

Automate Python Notifications for Model Training and Data Transfers

Learn how to use Python to send real-time progress updates and completion alerts via email for long-running tasks such as model training, data processing, and financial modeling, by leveraging the email, smtplib, and MIME libraries to build customizable notifications with images and attachments.

AutomationModel Trainingdata-processing
0 likes · 13 min read
Automate Python Notifications for Model Training and Data Transfers
MaGe Linux Operations
MaGe Linux Operations
Apr 23, 2017 · Backend Development

Send Bulk Emails with Attachments Using Python SMTP

This guide explains how to use Python's smtplib and email modules to configure a Tencent enterprise mailbox, connect securely, and programmatically send plain‑text, HTML, and attachment‑laden emails in bulk, complete with command‑line options for automation.

EmailPythonSMTP
0 likes · 6 min read
Send Bulk Emails with Attachments Using Python SMTP