Tagged articles
40 articles
Page 1 of 1
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.

Model TrainingNotificationPython
0 likes · 13 min read
Automating Python Notifications for Model Training, Data Transfer, and Financial Modeling via Email
Liangxu Linux
Liangxu Linux
Oct 12, 2023 · Fundamentals

8 Essential Network Protocols Every Developer Should Know

This article provides a concise visual guide to eight popular network protocols—including HTTP, HTTP/3, HTTPS, WebSocket, TCP, UDP, SMTP, and FTP—explaining their core functions, typical use cases, and how they enable reliable data exchange across the Internet.

FTPHTTPNetwork Protocols
0 likes · 4 min read
8 Essential Network Protocols Every Developer Should Know
php Courses
php Courses
Oct 11, 2023 · Backend Development

Top 10 Popular PHP Email Libraries on GitHub

This article introduces ten widely used PHP email libraries from GitHub, describing their main features such as SMTP support, queue handling, validation, template generation, and integration with services like Mailgun, helping developers choose the right tool for efficient email processing.

EmailSMTPlibraries
0 likes · 5 min read
Top 10 Popular PHP Email Libraries on GitHub
Laravel Tech Community
Laravel Tech Community
Oct 17, 2021 · Backend Development

PHP mail() Function – Sending Email

This article explains PHP's mail() function, detailing its parameters, usage cautions, return values, and provides a complete code example for sending an email via SMTP, including formatting of recipient addresses, subject line restrictions, message body limits, and header construction.

BackendEmailMail
0 likes · 3 min read
PHP mail() Function – Sending Email
Python Programming Learning Circle
Python Programming Learning Circle
May 15, 2021 · Operations

Python Email Notification Scripts for Model Training, Data Processing, and Financial Modeling

This article explains how to use Python scripts with the email and smtplib libraries to automatically send progress updates and completion notifications for long‑running tasks such as model training, data transfer, and financial simulations, including code examples for MIME construction and SMTP delivery.

NotificationSMTPmime
0 likes · 12 min read
Python Email Notification Scripts for Model Training, Data Processing, and Financial Modeling
Senior Brother's Insights
Senior Brother's Insights
Aug 18, 2020 · Backend Development

How to Send Emails with Spring Boot in Minutes: A Step‑by‑Step Guide

This guide explains the fundamentals of email protocols, shows how to configure Spring Boot’s mail starter, and provides complete code examples for sending plain‑text and HTML emails—including dependency setup, property configuration, and unit‑test snippets—so developers can quickly integrate reliable email functionality into their Java backend applications.

BackendEmailHTML email
0 likes · 9 min read
How to Send Emails with Spring Boot in Minutes: A Step‑by‑Step Guide
Liangxu Linux
Liangxu Linux
Mar 7, 2020 · Operations

Step‑by‑Step Guide: Install and Configure Gitea on Ubuntu 18.04

This tutorial walks you through installing the lightweight self‑hosted Git service Gitea on Ubuntu 18.04, covering prerequisite packages, user creation, binary download, systemd service setup, optional Nginx reverse‑proxy configuration, email notifications, and upgrade procedures with full command examples.

Git serverGiteaInstallation
0 likes · 12 min read
Step‑by‑Step Guide: Install and Configure Gitea on Ubuntu 18.04
Java Captain
Java Captain
Nov 9, 2019 · Backend Development

Comprehensive Guide to Sending Emails with Spring Boot JavaMailSender (SMTP, IMAP, POP3)

This tutorial explains the fundamentals of SMTP, IMAP, and POP3 protocols, demonstrates how to use Spring's JavaMailSender and JavaMailSenderImpl for simple and complex email sending, provides step‑by‑step project setup, configuration, code examples, a Thymeleaf UI, testing instructions, and a detailed list of common mail server error codes.

EmailIMAPJavaMailSender
0 likes · 21 min read
Comprehensive Guide to Sending Emails with Spring Boot JavaMailSender (SMTP, IMAP, POP3)
MaGe Linux Operations
MaGe Linux Operations
Jan 27, 2019 · Backend Development

Simplify Python Email Sending with zmail: A Complete Guide

This article introduces the zmail Python library, explains common pitfalls of other email tools, highlights zmail's advantages, and provides step‑by‑step instructions with code examples for installing, sending, receiving, parsing emails and handling attachments, making email automation in Python straightforward.

AutomationEmailSMTP
0 likes · 7 min read
Simplify Python Email Sending with zmail: A Complete Guide
Java Captain
Java Captain
Oct 31, 2018 · Backend Development

Java Email Sending Utility Using Spring and JavaMail

This article provides a step‑by‑step guide on configuring JavaMail dependencies, setting SMTP properties, implementing an EmailUtils helper class, and testing the email sending functionality with a Spring REST controller, enabling developers to send HTML emails with optional attachments.

BackendEmailSMTP
0 likes · 7 min read
Java Email Sending Utility Using Spring and JavaMail
360 Quality & Efficiency
360 Quality & Efficiency
Aug 24, 2018 · Backend Development

Backend Development Solutions for MySQL Data Storage, SMTP Email, Outlook Compatibility, and pChart Image Generation

This article summarizes practical backend techniques for storing associative arrays in MySQL using PHP serialization or JSON, sending reliable SMTP emails with PHPMailer, handling Outlook HTML and image display issues, and generating charts with the pChart library, providing code examples and configuration tips.

BackendBase64Email
0 likes · 9 min read
Backend Development Solutions for MySQL Data Storage, SMTP Email, Outlook Compatibility, and pChart Image Generation
MaGe Linux Operations
MaGe Linux Operations
Mar 25, 2018 · Backend Development

Simplify Python Email Sending with Zmail: A Complete Guide

This article introduces the Zmail library, explains common pitfalls of other Python email tools, outlines Zmail's advantages, and provides step‑by‑step instructions for installing, sending, receiving, and managing emails—including attachments and mailbox queries.

SMTPzmail
0 likes · 7 min read
Simplify Python Email Sending with Zmail: A Complete Guide
MaGe Linux Operations
MaGe Linux Operations
Jun 15, 2017 · Operations

How to Build Your Own Reliable Email Server: A Step‑by‑Step Guide

After years of using third‑party email services, the author shares a detailed, hands‑on account of configuring a self‑hosted mail system—including the essential components (MUA, MTA, MDA, MRA) and the full SMTP/IMAP/POP3 workflow—so readers can replicate a stable, private email server.

IMAPSMTPemail system
0 likes · 4 min read
How to Build Your Own Reliable Email Server: A Step‑by‑Step Guide
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
MaGe Linux Operations
MaGe Linux Operations
Apr 21, 2017 · Operations

How to Configure Nagios to Send Email Alerts on CentOS

This guide walks through setting up Nagios on CentOS 6.8 to send email notifications via SMTP, covering template, service, command, and contact configurations, testing the mail command, and summarizing Nagios' alert timing parameters.

CentOSEmail NotificationNagios
0 likes · 10 min read
How to Configure Nagios to Send Email Alerts on CentOS
MaGe Linux Operations
MaGe Linux Operations
Dec 3, 2015 · Operations

How Email Works: From DNS MX Records to Secure Delivery

This guide explains how email systems work—from DNS MX record lookup and server roles like MUA, MTA, MDA, and MRA to the detailed steps of sending, receiving, authentication, encryption, and spam filtering—providing operations engineers with a comprehensive understanding of mail infrastructure.

DNSEmailOperations
0 likes · 18 min read
How Email Works: From DNS MX Records to Secure Delivery
MaGe Linux Operations
MaGe Linux Operations
Aug 17, 2015 · Fundamentals

How Email Works: From DNS Queries to Secure Mail Delivery

This comprehensive guide explains the architecture and workflow of email systems, covering DNS MX record lookup, the roles of MUA, MTA, MDA, MRA, authentication mechanisms, encryption, and spam/virus filtering, providing operators with essential knowledge to manage and secure mail services.

AuthenticationDNSEmail
0 likes · 17 min read
How Email Works: From DNS Queries to Secure Mail Delivery