Thread Starter
al-ex
(@al-ex)
I already found a solution:
in the file wp-mail.php after the line
$subject = $subject[0];
append the line
$subject = mb_decode_mimeheader($subject);
I think that is should be integrated in the next version, if already not.
Best Regards
al-ex