10-18-2016, 06:41 AM
Hi,
I had also problems with the email functions in 4.1.5. I found that the problem for me was the rawurlencode() function, e.g. in forgot_password.php line 53. Remove that function or change $mail->addAddress($to); to $mail->addAddress(rawurldecode($to)); in helpers.php.
Sebastian
I had also problems with the email functions in 4.1.5. I found that the problem for me was the rawurlencode() function, e.g. in forgot_password.php line 53. Remove that function or change $mail->addAddress($to); to $mail->addAddress(rawurldecode($to)); in helpers.php.
Sebastian