1
hi,
how to modified the header to accept chinese gb2312 or utf of the mail send to user? (User with non chinese os)
i add this in xoopsmailer:
$this->headers[] = "Content-type: text/html; charset=gb2312";
But it only work on the main content but not the "From" and "subject"
How to make it work also for subject and from?
thanks