PHPMailer::wrapText

Advertisement

Summery Summery

Word-wrap message.

Syntax Syntax

PHPMailer::wrapText( string $message, integer $length, boolean $qp_mode = false )

Description Description

For use with mailers that do not automatically perform wrapping and for quoted-printable encoded messages. Original written by philippe.

Parameters Parameters

$message

(Required) The message to wrap

$length

(Required) The line length to wrap to

$qp_mode

(Optional) Whether to run in Quoted-Printable mode

Default value: false

Return Return

(string)

Source Source

File: wp-includes/class-phpmailer.php


			

Advertisement

Advertisement

Leave a Reply