Email Tutorials - Herong's Tutorial Examples - v1.04, by Herong Yang
About This Book
This section provides some detailed information about this book - Email Tutorials - Herong's Tutorial Examples.
Title: Email Tutorials - Herong's Tutorial Examples
Author: Herong Yang - Contact by email via herong_yang@yahoo.com.
Category: Computers / System Administration / Email Servers
Version/Edition: v1.04, 2024
Number of pages in PDF format: 166
Description: This book is a collection of notes and sample codes written by the author while he was learning email systems. Topics include email message transmission protocols: SMTP, IMAP, POP3; secure connections with SSL/TLS protocols; managing Postfix server as MSA, MTA and MDA agents; managing Dovecot server for email retrieval with IMAP and POP3 protocols; Thunderbird and other email client tools; using PHPMailer to send emails in PHP scripts; email message format and headers. Updated in 2024 (Version v1.04) with PHPMailer tutorials.
Keywords: Dovecot, Email, IMAP, POP3, Postfix, SMTP, SSL, Thunderbird, TLS.
Copyright:
Revision history:
Web version: https://www.herongyang.com/Email - Provides free sample chapters, latest updates and readers' comments.
PDF/EPUB version: https://www.herongyang.com/Email/PDF-Full-Version.html - Provides information on how to obtain the full version of this book in PDF, EPUB, or other format.
Table of Contents
Postfix - Mail Transport Agent (MTA)
SSL/TLS Secure Connections with Postfix Server
Dovecot - IMAP and POP3 Server
SSL/TLS Secure Connections with Dovecot Server
Email Client Tools - Mail User Agents (MUA)
Mozilla Thunderbird - Mail User Agents (MUA)
PHPMailer - PHP Package for Sending Emails