10-07-2016, 10:12 AM
I've seen that you added in several scripts like join.php or forgot_password.php. However, regarding my server settings etc., the email function in helpers.php cannot handle the . Thus, what is working for me is simply to decode it in the email function: .
Code:
rawurlencode($email)
Code:
rawurlencode($email)
Code:
$mail->addAddress(rawurldecode($to));