php mail awkward change to sent content php mail awkward change to sent content json json

php mail awkward change to sent content


Try to add newlines in your mail ("\n") between your urls, in order to limit the length of your text.

$message .= $value . "<br />\n";


I would highly suggest using a library like swift mailer. However, your problem may be that a character in the link is escaped. The link may also contain hidden encodings in utf-8, strip it to ascii and paste it in whatever text editor you are using and try again.