PHPMailer::WrapText
Wraps message for use with mailers that do not automatically perform wrapping and for quoted-printable.
Original written by philippe.
Signature
public function WrapText(string
$message,
[integer
$length = false,
[boolean
$qp_mode = false]] )
Parameters
-
$message
- The message to wrap
-
$length
- The line length to wrap to
-
$qp_mode
- Whether to run in Quoted-Printable mode
Returns
- string