0

Ok, I have been pulling my hair out with various encode/decode, and htmlentities(), and have yst to find a solution. I am processing emails. Some emails are like the following:

That change is detailed below:=0A=0AScott,=0A=0AWhat website ...

How do I convert the =0A=0A characters and other characters like that?

animuson
  • 53,861
  • 28
  • 137
  • 147
bnorton
  • 43
  • 2
  • 2
  • 4

1 Answers1

0
echo quoted_printable_decode($mailbody);
Jorge Fuentes González
  • 11,568
  • 4
  • 44
  • 64