Test Mail Settings - Not Working

Permalink
I try to used "Default PHP Mail Function" after testing I encounter this error message.

1 Attachment

 
brutalnv replied on at Permalink Reply
brutalnv
I believe that this error is caused by an outdated version of php mbstring extension on your server.

Try to change the php version to the newer one in your server settings.

Also you can try the method from this thread:
http://www.concrete5.org/community/forums/chat/user-registration-er...
edzel replied on at Permalink Reply
Thank you for your response. I just want to let you know that I solve the issues by Editing it in the file concrete/vendor/patchwork/utf8/class/Patchwork/Utf8/Bootup/iconv.php

on line 34 has solved my issues removing "$mode, $enc"
//mb_decode_mimeheader($encoded_headers, $mode, $enc);};
mb_decode_mimeheader($encoded_headers);};

I am using cPanel version 70