I'm quite surprised that after doing many trial and errors converting the encoding type, the solution is very straightforward. Simply add a line to the header of the email contains MIME-Version information as follows:
$class->addHeader('MIME-Version','1.0');
But I still don't know why it should be added manually.. :S
That's all :)
This comment has been removed by a blog administrator.
ReplyDelete