constant PHPMailer::STD_LINE_LENGTH
Search API
The lower maximum line length allowed by RFC 2822 section 2.1.1. This length does NOT include the line break 76 means that lines will be 77 or 78 chars depending on whether the line break format is LF or CRLF; both are valid.
File
- inc/
PHPMailer/ src/ PHPMailer.php, line 762
Class
- PHPMailer
- PHPMailer - PHP email creation and transport class.
Namespace
PHPMailer\PHPMailerCode
const STD_LINE_LENGTH = 76;