Tag

HTML email

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.

AttachmentBackendEmail
0 likes · 7 min read
Handling Email Sending and Receiving with PHP: Text, HTML, and Attachments
DeWu Technology
DeWu Technology
Jun 24, 2024 · Frontend Development

Feishu Cloud Document to HTML Email: Architecture Redesign and Implementation

The article details a complete redesign of Feishu’s cloud‑document‑to‑HTML‑email converter, introducing IoC/DI architecture, inline‑style utilities, and specialized renderers for headings, lists, tables, images, code blocks, and equations, resulting in high‑fidelity Outlook‑compatible emails while shrinking the core code to under three hundred lines.

CSS-in-JSFeishuHTML email
0 likes · 31 min read
Feishu Cloud Document to HTML Email: Architecture Redesign and Implementation
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