1 2 3 > >>   ∑:70  Sort:Rank

Content-Transfer-Encoding: base64 - Base64 Encoded Content
This section provides an email message example with 'Content-Transfer-Encoding: base64' header to indicate that the content is Base64 encoded, commonly used for protecting non-ASCII characters.
2024-06-08, 131🔥, 0💬

Content-Type: multipart/alternative; boundary="..."
This section provides an email message example with 'Content-Type: multipart/alternative; ...' header to specify that the content contains multiple alternative parts.
2024-06-08, 117🔥, 0💬

Email Message Format and Headers
This chapter provides introductions and tutorial examples on email message format. Topics include email message headers and content; commonly used header names; encoded non-ASCII characters in content and headers; HTML formatted content; attachment files; email message examples.
2024-06-08, 116🔥, 0💬

PHP 5.6 and PHPMailer 5.2
This section provides a tutorial example on how to install PHPMailer 5.2 in CentOS 8 for PHP 5.6 to send out emails to remote STMPS server.
2024-06-08, 115🔥, 0💬

Content-Transfer-Encoding: 8bit - Non-ASCII Content
This section provides an email message example with 'Content-Transfer-Encoding: 8bit' header to indicate that the content contains 8-bit bytes, commonly used for UTF-8 encoded Unicode characters.
2024-06-08, 115🔥, 0💬

Send Remote Emails with PHPMailer
This section provides a tutorial example on how to send remote emails with PHPMailer using STMP protocol.
2024-06-08, 113🔥, 0💬

Email Message Format and Example
This section describes the email message format. A very simple email message is also provided.
2024-06-08, 113🔥, 0💬

Received: from ... by ... - SMTP Server Log
This section provides an email message example with 'Received: from ... by ...' header to to record a log message when the message was transmitted from one SMTP server to another.
2024-06-08, 113🔥, 0💬

PHPMailer - PHP Package for Sending Emails
This chapter provides tutorial examples and notes about PHPMailer, a PHP package for sending emails. Topics include installing PHPMailer from source code package; using PHPMailer to call system 'sendmail' command; sending emails with SMTP and SMTPS protocols; adding email attachments; sending emails...
2024-06-08, 112🔥, 0💬

Send Local Emails with PHPMailer
This section provides a tutorial example on how to send local emails with PHPMailer using mail() function and 'sendmail' program.
2024-06-08, 112🔥, 0💬

Send Email in HTML with PHPMailer
This section provides a tutorial example on how to send email messages in HTML format with the PHPMailer package.
2024-06-08, 111🔥, 0💬

Content-Type: multipart/mixed; boundary="..."
This section provides an email message example with 'Content-Type: multipart/mixed; ...' header to indicate that the content contains multiple parts. This is commonly used to send emails with attachments.
2024-06-08, 111🔥, 0💬

Send Email Attachments with PHPMailer
This section provides a tutorial example on how to send email attachments with the PHPMailer package.
2024-06-08, 110🔥, 0💬

What Are Email Message Headers
This section provides a quick introduction of email message headers.
2024-06-08, 110🔥, 0💬

Use SMTPS Protocol with PHPMailer
This section provides a tutorial example on how to send remote emails with PHPMailer using STMPS (SMTP Secure) protocol.
2024-06-08, 109🔥, 0💬

Install PHPMailer from Source Code
This section provides a tutorial example on how to install PHPMailer from source code on any system without any installation tools.
2024-06-08, 109🔥, 0💬

Content-Type: text/html - HTML Content
This section provides an email message example with 'Content-Type: text/html' header for HTML formatted message content.
2024-06-08, 108🔥, 0💬

From: ... - Email "From" Address
This section provides an email message example with 'From: ...' header to specify the name and the email address of the message sender.
2024-06-08, 108🔥, 0💬

Install PHPMailer on CentOS Systems
This section provides a tutorial example on how to install PHPMailer on CentOS systems.
2024-06-08, 107🔥, 0💬

Content-Transfer-Encoding: quoted-printable - 7-Bit Encoding
This section provides an email message example with 'Content-Transfer-Encoding: quoted-printable' header to indicate that the content is Quoted-Printable encoded, commonly used for protecting non-ASCII characters.
2024-06-08, 104🔥, 0💬

Subject: =?...?= - 7-Bit Encoding
This section provides an email message example with 'Subject: =?...?=' header to specify character set and byte encodings to protect non-ASCII characters in the email subject.
2024-06-08, 104🔥, 0💬

To: ... - Email "To" Addresses
This section provides an email message example with 'To: ...' header to specify a list of recipients with their names and email addresses of the email message.
2024-06-08, 104🔥, 0💬

What Is SMTP
This section provides a quick introduction on SMTP (Simple Mail Transfer Protocol) for message transmission. A SMTP sample session of submitting an email message using the 'telnet' command is included.
2024-04-06, 123🔥, 0💬

About This Book
This section provides some detailed information about this book - Email Tutorials - Herong's Tutorial Examples.
2024-04-06, 124🔥, 0💬

1 2 3 > >>   ∑:70  Sort:Rank