Tagged articles
75 articles
Page 1 of 1
php Courses
php Courses
Jan 6, 2026 · Backend Development

Boost Email Delivery Speed with PHP Async Coroutines

This article explains how to use PHP asynchronous coroutines with Swoole and PHPMailer to concurrently send large volumes of emails, improving performance, stability, and resource usage compared to traditional synchronous mailing methods.

AsyncEmailPHPMailer
0 likes · 5 min read
Boost Email Delivery Speed with PHP Async Coroutines
Woodpecker Software Testing
Woodpecker Software Testing
Dec 16, 2025 · Backend Development

Generating Password Recovery Backend Code with ChatGPT

This article walks through building a complete password‑recovery feature for a Java web application, detailing the workflow, database schema, validation logic, JSP integration, controller design, and optional email/SMS notification code generated by ChatGPT.

EmailJSPJava
0 likes · 37 min read
Generating Password Recovery Backend Code with ChatGPT
Liangxu Linux
Liangxu Linux
Jul 24, 2025 · Fundamentals

6 Fast‑Rising Open‑Source Projects to Watch This Week

This week’s roundup highlights six open‑source projects that saw rapid star growth on GitHub, covering AI agent learning, high‑performance quantitative trading, large‑scale system design, social‑media management, Anthropic AI tutorials, and a self‑hosted email service, each with key features and repository links.

AIEmailGitHub
0 likes · 5 min read
6 Fast‑Rising Open‑Source Projects to Watch This Week
php Courses
php Courses
Apr 18, 2025 · Backend Development

Optimizing Email Sending with PHP Asynchronous Coroutines

This article explains how to improve the speed and stability of bulk email delivery in modern web applications by using PHP asynchronous coroutines, detailing the underlying principles, advantages over synchronous sending, and providing a complete code example with Swoole, PHPMailer, and channel coordination.

AsynchronousBackendCoroutines
0 likes · 5 min read
Optimizing Email Sending with PHP Asynchronous Coroutines
php Courses
php Courses
Sep 11, 2024 · Backend Development

Optimizing Email Sending with PHP Asynchronous Coroutines

This article explains how to improve the speed and stability of bulk email delivery in modern web applications by using PHP asynchronous coroutines with Swoole, providing a detailed code example that leverages PHPMailer, channels, and coroutine management.

AsynchronousBackendEmail
0 likes · 5 min read
Optimizing Email Sending with PHP Asynchronous Coroutines
Python Programming Learning Circle
Python Programming Learning Circle
Aug 8, 2024 · Fundamentals

10 Useful Python Scripts to Automate Everyday Tasks

This article presents ten practical Python scripts—including data analysis with Pandas, web scraping with BeautifulSoup, file renaming, image resizing, PDF generation, email sending, data backup, password generation, a simple HTTP server, and SQLite backup/restore—to help automate common programming tasks.

EmailSQLitepandas
0 likes · 9 min read
10 Useful Python Scripts to Automate Everyday Tasks
php Courses
php Courses
Jul 19, 2024 · Backend Development

10 Innovative PHP Project Ideas to Elevate Your Portfolio

This article presents ten carefully crafted PHP project concepts—from building a custom MVC framework and implementing data import/export to creating QR code generators and event management tools—each designed to showcase backend expertise and enhance a developer's professional portfolio.

BackendEmailMVC
0 likes · 7 min read
10 Innovative PHP Project Ideas to Elevate Your Portfolio
Python Programming Learning Circle
Python Programming Learning Circle
Jul 18, 2024 · Operations

17 Practical Python Scripts for Automating Common Tasks

This article presents seventeen versatile Python scripts that automate tasks such as file management, web scraping, email handling, database interaction, system monitoring, and image processing, providing clear code examples and explanations to help developers and analysts streamline workflows and boost productivity.

Emaildata-processingsystem-administration
0 likes · 20 min read
17 Practical Python Scripts for Automating Common Tasks
Test Development Learning Exchange
Test Development Learning Exchange
Jun 4, 2024 · Operations

HR Process Automation Scripts: Resume Parsing, Interview Emails, Pay‑Slip Generation, and Data Analysis

This article presents a collection of Python scripts that automate key HR tasks—including resume parsing, interview invitation emailing, pay‑slip creation, hiring‑channel analysis, turnover calculation, satisfaction survey reporting, salary competitiveness comparison, employee data updates, Word document generation, and leave‑request handling—complete with ready‑to‑run code examples.

AutomationEmailHR
0 likes · 10 min read
HR Process Automation Scripts: Resume Parsing, Interview Emails, Pay‑Slip Generation, and Data Analysis
Python Programming Learning Circle
Python Programming Learning Circle
May 22, 2024 · Fundamentals

Five Beginner Python Projects: Rock‑Paper‑Scissors Game, Random Password Generator, Dice Simulator, Email Sender, and Alarm Clock

This article introduces five beginner-friendly Python projects—a command‑line Rock‑Paper‑Scissors game, a random password generator, a dice‑rolling simulator, an automated email sender, and a simple alarm clock—each with clear objectives, implementation tips, and complete source code examples.

EmailGamebeginner projects
0 likes · 7 min read
Five Beginner Python Projects: Rock‑Paper‑Scissors Game, Random Password Generator, Dice Simulator, Email Sender, and Alarm Clock
Python Programming Learning Circle
Python Programming Learning Circle
May 7, 2024 · Operations

9 Practical Python Automation Scripts for Everyday Tasks

This article presents nine useful Python automation scenarios—including file management, web scraping, text processing, email handling, Excel manipulation, database interaction, system task scheduling, and image editing—each accompanied by clear script examples and explanations to help readers streamline repetitive workflows efficiently.

Emailfile-managementimage-processing
0 likes · 20 min read
9 Practical Python Automation Scripts for Everyday Tasks
Python Programming Learning Circle
Python Programming Learning Circle
Mar 27, 2024 · Operations

9 Practical Python Automation Scenarios with Sample Scripts

This article presents nine practical Python automation scenarios—including file management, web scraping, text processing, email handling, Excel manipulation, database interaction, social media posting, system task scheduling, and image editing—each accompanied by clear script examples and explanations to help readers streamline repetitive tasks efficiently.

AutomationEmailPython
0 likes · 19 min read
9 Practical Python Automation Scenarios with Sample Scripts
Java Captain
Java Captain
Mar 7, 2024 · Backend Development

Various Methods for Transferring PDF Files in Java

This article explains several common approaches for transferring PDF files in Java, including HTTP, FTP, email via JavaMail, and real‑time WebSocket transmission, outlining their implementation steps, advantages, and considerations such as security and performance.

EmailFTPPDF
0 likes · 5 min read
Various Methods for Transferring PDF Files in Java
Python Programming Learning Circle
Python Programming Learning Circle
Feb 2, 2024 · Operations

17 Essential Python Scripts for Automating Everyday Tasks

This article presents 17 practical Python scripts covering file management, web scraping, email handling, Excel processing, database interaction, system tasks, image editing, and more, each with code examples and explanations, enabling developers and analysts to automate repetitive workflows and boost productivity across diverse domains.

AutomationEmailPython
0 likes · 26 min read
17 Essential Python Scripts for Automating Everyday Tasks
Open Source Tech Hub
Open Source Tech Hub
Jan 28, 2024 · Backend Development

Unlock Powerful PHP Built‑in Functions: Levenshtein, Easter Date, Forks & More

Explore a collection of essential PHP built‑in functions—from string distance with levenshtein and phonetic matching via metaphone, to date calculations, DNS queries, array merging, email sending, dynamic extension loading, file globbing, and process forking—complete with clear code examples and expected outputs.

Date FunctionsEmailProcess Control
0 likes · 8 min read
Unlock Powerful PHP Built‑in Functions: Levenshtein, Easter Date, Forks & More
Python Programming Learning Circle
Python Programming Learning Circle
Jan 13, 2024 · Operations

17 Essential Python Scripts for Automating Everyday Tasks

Explore 17 practical Python scripts that automate tasks ranging from file management and web scraping to email handling, database interaction, system monitoring, and cloud services, enabling developers and analysts to boost productivity, reduce errors, and streamline workflows across diverse domains.

AutomationEmailPython
0 likes · 28 min read
17 Essential Python Scripts for Automating Everyday Tasks
Wukong Talks Architecture
Wukong Talks Architecture
Dec 23, 2023 · Backend Development

Spring Boot Email Integration: JavaMailSender, JavaMail API, and Apache Commons Email with Code Samples

This tutorial explains three approaches to sending email in Spring Boot—JavaMailSender, JavaMail API, and Apache Commons Email—compares their advantages and disadvantages, and provides complete Maven dependencies, configuration settings, and ready‑to‑run code examples for each method.

Apache Commons EmailEmailJavaMailSender
0 likes · 11 min read
Spring Boot Email Integration: JavaMailSender, JavaMail API, and Apache Commons Email with Code Samples
Test Development Learning Exchange
Test Development Learning Exchange
Nov 9, 2023 · Backend Development

10 Common Python Automation Testing Scripts for API Testing

This article presents ten practical Python automation testing scripts—including batch test execution, data‑driven testing, API monitoring, performance measurement, database checks, screenshot capture, email reporting, data generation, logging, and response validation—to help developers streamline API testing and improve efficiency.

Data GenerationEmailapi-testing
0 likes · 7 min read
10 Common Python Automation Testing Scripts for API Testing
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
php Courses
php Courses
May 21, 2023 · Backend Development

Implementing Multithreaded Bulk Email Sending with PHP and Swoole

This article explains how to use the PHP Swoole extension to create asynchronous, coroutine‑based multithreaded email sending, dramatically improving the performance of bulk mail dispatch compared with traditional single‑threaded PHP scripts.

AsynchronousEmailmultithreading
0 likes · 8 min read
Implementing Multithreaded Bulk Email Sending with PHP and Swoole
Liangxu Linux
Liangxu Linux
Feb 5, 2023 · Fundamentals

How to Fix Wrong Git Commit Author Email Without Re‑committing

This guide explains why commits may contain an incorrect corporate email, shows how to amend the most recent commit or batch‑rewrite the entire history using git commands and a filter‑branch script, and addresses a common backup error during the rewrite process.

EmailGitamend
0 likes · 5 min read
How to Fix Wrong Git Commit Author Email Without Re‑committing
Taobao Frontend Technology
Taobao Frontend Technology
Nov 8, 2021 · Frontend Development

Latest Frontend & Mobile Tools: icejs 2.0, Kraken 0.9, Detox, Teaful, MJML

The article highlights recent releases and tools for developers, including icejs 2.0’s React‑Vite integration, Kraken 0.9’s QuickJS performance boost, the Detox mobile testing framework, Teaful’s lightweight React state management with code example, MJML’s responsive email builder, and a brief guide to pure‑CSS icons.

EmailMobilestate-management
0 likes · 6 min read
Latest Frontend & Mobile Tools: icejs 2.0, Kraken 0.9, Detox, Teaful, MJML
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
Liangxu Linux
Liangxu Linux
Sep 5, 2021 · Operations

How to Set Up Mutt with Gmail on Linux Using OfflineIMAP

This guide walks through installing Mutt, configuring OfflineIMAP to sync Gmail via IMAP, setting up Google two‑factor authentication, enabling IMAP in Gmail, and creating a comprehensive .muttrc so you can read and send email entirely from the Linux terminal.

EmailGmailLinux
0 likes · 11 min read
How to Set Up Mutt with Gmail on Linux Using OfflineIMAP
Architecture Digest
Architecture Digest
Apr 28, 2021 · Backend Development

Comprehensive Spring Boot Integration Guide: MyBatis, Druid, Redis, Swagger, Email, CORS, AOP and More

This article provides a step‑by‑step tutorial on building a Spring Boot project and configuring essential features such as starters, configuration properties, profiles, global exception handling, CORS, MVC interceptors, AOP, MyBatis‑Druid integration, Redis caching, email sending, and Swagger API documentation, complete with code examples and best‑practice tips.

EmailIntegrationMyBatis
0 likes · 20 min read
Comprehensive Spring Boot Integration Guide: MyBatis, Druid, Redis, Swagger, Email, CORS, AOP and More
Python Programming Learning Circle
Python Programming Learning Circle
Mar 26, 2021 · Backend Development

Building a Python API Automation Testing Framework: Design, Configuration, Logging, Database, and Email Integration

This article details the step‑by‑step creation of a Python‑based API automation testing framework, covering project structure, configuration files, a reusable logging module, HTTP request handling with requests, common utilities for Excel and XML, MySQL database access, email reporting, and the test runner setup.

API testingAutomationEmail
0 likes · 20 min read
Building a Python API Automation Testing Framework: Design, Configuration, Logging, Database, and Email Integration
Java Architect Essentials
Java Architect Essentials
Sep 4, 2020 · Backend Development

Implementing Reliable Email Sending with RabbitMQ in Spring Boot

This article demonstrates how to build a robust email‑sending service using Spring Boot and RabbitMQ, covering message confirmation, consumer idempotency, retry mechanisms, configuration details, and complete source code examples for producers, consumers, and scheduled re‑delivery tasks.

EmailMessage QueueRabbitMQ
0 likes · 12 min read
Implementing Reliable Email Sending with RabbitMQ in Spring Boot
Laravel Tech Community
Laravel Tech Community
Aug 24, 2020 · Backend Development

Using mb_send_mail() to Send Encoded Emails in PHP

This article explains how the PHP mb_send_mail() function works as a wrapper for mail(), detailing its parameters, return values, and providing a complete example that demonstrates sending Japanese‑encoded email bodies, subjects, and headers with proper MIME settings.

BackendEmailencoding
0 likes · 3 min read
Using mb_send_mail() to Send Encoded Emails in PHP
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
Programmer DD
Programmer DD
Jul 11, 2020 · Backend Development

How to Build a Reliable Email Service with RabbitMQ and Spring Boot

This article walks through creating a robust email‑sending system using Spring Boot and RabbitMQ, covering message confirmation, consumer idempotency, retry mechanisms, scheduled re‑delivery, and detailed code examples to ensure reliable delivery even under failure conditions.

EmailIdempotencyMessage Retry
0 likes · 16 min read
How to Build a Reliable Email Service with RabbitMQ and Spring Boot
Laravel Tech Community
Laravel Tech Community
May 3, 2020 · Backend Development

Laravel Mail Cheat Sheet: Quick Reference for Sending Emails

This cheat sheet provides a concise reference for Laravel's Mail helper, covering basic sending methods, queueing options, delayed delivery, message configuration (recipients, subject, priority, attachments, embeds), and useful code snippets for rapid implementation.

BackendCheat SheetEmail
0 likes · 3 min read
Laravel Mail Cheat Sheet: Quick Reference for Sending Emails
Architect's Tech Stack
Architect's Tech Stack
Dec 22, 2019 · Backend Development

Reliable Email Sending with RabbitMQ and Spring Boot: Architecture, Implementation, and Testing

This article presents a complete Spring Boot solution for sending emails via RabbitMQ, covering message confirmation, consumer idempotency, retry mechanisms, manual acknowledgments, configuration details, code implementation, testing procedures, and an optional dynamic‑proxy extension for clean business logic.

ACKBackendEmail
0 likes · 12 min read
Reliable Email Sending with RabbitMQ and Spring Boot: Architecture, Implementation, and Testing
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)
Liangxu Linux
Liangxu Linux
Sep 4, 2019 · Operations

Automate Linux Memory & Swap Monitoring with Email Alerts

This guide walks through installing the msmtp email client, configuring mutt, using the free command to capture memory and swap statistics, writing Bash scripts to log and email the data, and scheduling the tasks with cron so alerts are sent when swap usage exceeds 80 %.

EmailSystem Administrationmonitoring
0 likes · 8 min read
Automate Linux Memory & Swap Monitoring with Email Alerts
21CTO
21CTO
Jul 13, 2019 · Operations

How to Set Up Automated Linux Memory & Swap Monitoring with Email Alerts

Learn step‑by‑step how to install the msmtp email client, configure mutt, use the free command to monitor Linux memory and swap usage, write Bash scripts that log and email the results, and schedule these checks with cron for continuous system health alerts.

BashEmailLinux
0 likes · 7 min read
How to Set Up Automated Linux Memory & Swap Monitoring with Email Alerts
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
Sep 22, 2017 · Backend Development

Configure Django to Email Error Logs for Requests and Tasks

This guide shows how to set up Django's email backend and logging configuration to automatically send detailed error reports for both HTTP requests and custom tasks, using simple settings changes and a reusable decorator for comprehensive system monitoring.

BackendEmailerror-monitoring
0 likes · 4 min read
Configure Django to Email Error Logs for Requests and Tasks
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
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
MaGe Linux Operations
MaGe Linux Operations
Aug 6, 2014 · Operations

Send Emails from Linux Terminal with Mutt: Install, Configure, Script

This guide introduces the Mutt email client for Linux terminals, explains how to install it alongside msmtp, provides step‑by‑step configuration of .muttrc and .msmtprc for Gmail, demonstrates sending messages via command line and scripts, and offers troubleshooting tips for common authentication errors.

Emailmsmtpmutt
0 likes · 5 min read
Send Emails from Linux Terminal with Mutt: Install, Configure, Script