mimespecialchars

Prepare text strings for sending as email body or header. In case there are higher ASCII characters in the given string, this function will attempt the transport method 'quoted-printable'. Otherwise the transport method '7bit' is used.
Parameters Summary
string $string
bool $with_charset = true
bool $hotmail_fix = false
string $line_break = ' '
string $custom_charset = NULL