PHPMailer::EncodeQP
Encode string to RFC2045 (6.7) quoted-printable format
Signature
public function EncodeQP(string
$string,
[integer
$line_max = 76] )
Parameters
-
$string
- The text to encode
-
$line_max
- Number of chars allowed on a line before wrapping
Returns
- string