Tag

SMTP

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Feb 6, 2025 · Backend Development

Handling Email Sending and Receiving with PHP: Text, HTML, and Attachments

This article explains how to use PHP functions and libraries to send and receive plain‑text, HTML, and attachment‑rich emails, covering proper encoding, MIME headers, IMAP retrieval, and PHPMailer configuration for reliable email communication.

AttachmentEmailHTML email
0 likes · 7 min read
Handling Email Sending and Receiving with PHP: Text, HTML, and Attachments
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
php中文网 Courses
php中文网 Courses
Jun 17, 2024 · Backend Development

PHP Email Sending and Receiving: Text, HTML, and Attachment Handling

This article explains how to use PHP functions and PHPMailer to send and receive emails in plain text, HTML, and with attachments, covering proper encoding, header configuration, IMAP retrieval, and code examples for each scenario.

AttachmentEmailPHP
0 likes · 7 min read
PHP Email Sending and Receiving: Text, HTML, and Attachment Handling
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
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.

EmailGitHubLibraries
0 likes · 5 min read
Top 10 Popular PHP Email Libraries on GitHub
Laravel Tech Community
Laravel Tech Community
Jun 11, 2023 · Operations

Step-by-Step Guide to Configure Postfix with SASL Authentication on Ubuntu

This tutorial explains how to set up DNS records, install Postfix and Cyrus‑SASL, configure authentication, create necessary configuration files, add users, and test SMTP on an Ubuntu server to reliably send emails without landing in spam folders.

Mail ServerPostfixSASL
0 likes · 4 min read
Step-by-Step Guide to Configure Postfix with SASL Authentication on Ubuntu
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
Mar 18, 2022 · Backend Development

Automating Email Sending with Python SMTP: Text, HTML, and Attachments

This tutorial demonstrates how to use Python's SMTP libraries to programmatically send plain‑text, HTML, and attachment emails, covering SMTP basics, service activation, configuration steps, and complete code examples for each email type.

EmailMIMEPython
0 likes · 7 min read
Automating Email Sending with Python SMTP: Text, HTML, and Attachments
Top Architect
Top Architect
Jan 11, 2022 · Backend Development

Spring Boot Email Integration Tutorial: Using JavaMailSenderImpl to Send Simple and MIME Emails

This article provides a step‑by‑step guide for integrating email functionality into a Spring Boot application, covering SMTP/IMAP/POP3 basics, configuring JavaMailSenderImpl, sending simple and MIME messages with attachments, and includes full source code examples and troubleshooting tips.

Email IntegrationJavaJavaMailSender
0 likes · 18 min read
Spring Boot Email Integration Tutorial: Using JavaMailSenderImpl to Send Simple and MIME Emails
Python Programming Learning Circle
Python Programming Learning Circle
Dec 22, 2021 · Backend Development

Configuring Python logging.handlers.SMTPHandler for Email Logging with TLS/SSL

This article explains how to configure Python's logging.handlers.SMTPHandler to send log messages via email, addresses common authentication timeout issues with QQ corporate mail by using TLS/SSL connections, and provides a complete logging.conf example with a test script.

EmailPythonSMTP
0 likes · 3 min read
Configuring Python logging.handlers.SMTPHandler for Email Logging with TLS/SSL
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.

EmailMailPHP
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.

EmailMIMEPython
0 likes · 12 min read
Python Email Notification Scripts for Model Training, Data Processing, and Financial Modeling
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.

EmailJavaMailSenderPOP3
0 likes · 21 min read
Comprehensive Guide to Sending Emails with Spring Boot JavaMailSender (SMTP, IMAP, POP3)
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.

EmailJavaSMTP
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.

Base64EmailMySQL
0 likes · 9 min read
Backend Development Solutions for MySQL Data Storage, SMTP Email, Outlook Compatibility, and pChart Image Generation
Test Development Learning Exchange
Test Development Learning Exchange
May 5, 2018 · Backend Development

Python Script for Sending Emails with Attachments Using smtplib

This article presents a concise Python example that demonstrates how to compose and send an email with a text body and a file attachment via the smtplib library, including MIME construction, encoding, and SMTP authentication steps.

AttachmentEmailPython
0 likes · 2 min read
Python Script for Sending Emails with Attachments Using smtplib
Test Development Learning Exchange
Test Development Learning Exchange
May 3, 2018 · Backend Development

How to Configure QQ Email SMTP and Send Emails with Python

This guide explains how to find QQ mail's POP3/SMTP server settings, enable the SMTP service in the QQ account, and provides a complete Python script that uses smtplib to send an email through QQ's SMTP server.

EmailPythonQQ Mail
0 likes · 4 min read
How to Configure QQ Email SMTP and Send Emails with Python