public property PHPMailer::$WordWrap

Word-wrap the message body to this number of chars. Set to 0 to not wrap. A useful value here is 78, for RFC2822 section 2.1.1 compliance.

Type: int

See also

static::STD_LINE_LENGTH

File

inc/PHPMailer/src/PHPMailer.php, line 177

Class

PHPMailer
PHPMailer - PHP email creation and transport class.

Namespace

PHPMailer\PHPMailer

Code

public $WordWrap = 0;