constant SMTP::MAX_LINE_LENGTH

The maximum line length allowed by RFC 2822 section 2.1.1.

File

inc/PHPMailer/src/SMTP.php, line 58

Class

SMTP
PHPMailer RFC821 SMTP email transport class. Implements RFC 821 SMTP commands and provides some utility methods for sending mail to an SMTP server.

Code

const MAX_LINE_LENGTH = 998;