this is what i have:
$msg = "1'2 β3"4 "5"6 7~8!9@10
mail("myemail@example.com","My subject",$msg);
when i receive an email i get the following:
1'2 β3"4 "5"6 7~8!9@10#11$12%13^14&15*16(17)18}19{20"21:22?23>24<25
so it changes characters to html, i think? any ideas? I need the received letter to contain exactly what I stored in $ msg.thank you
he also removed the back breaks that I had. in db the field has reverse gaps, it is saved as follows:
Hello $name
welcome to $websitename
thank you, management
this is a chrome example, but as you can see there are two blank lines. when an email is sent, those back-offs are ignored and everything is fine if there are any thoughts.
source
share