[FIXED] Mail test errors - cannot send test emails

Permalink 1 user found helpful
Hi I am receiving the following error regardless of using the PHP or external server options:

mb_decode_mimeheader() expects exactly 1 parameter, 3 given


Environment attached.

1 Attachment

 
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
Hmmm, I don't see the php extension 'iconv' enabled on your php extension list.
If it is an option, try enabling it...
barrypearce replied on at Permalink Reply
Brilliant. Great spot.
The original PHP install script I used didnt have the full env required (despite passing installer checks).
Reran my newer script and everything required got enabled.

Iconv now enabled - all works. Thank you very much.
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
You Are Most Welcome...