05-23-2016, 10:31 AM
I fixed it! Woohooo!
My mail server uses an SSL encryption. In "users/helpers/helpers.php" I changed
into (lower case is important here). And now it all seems to work fine.
The only thing I'm stuck on now is that the link sent to my email is not working when I click on it on my Android phone, and the link is not clickable (it's only displayed as a full url) on my pc.
Would there be a way to fix that?
My mail server uses an SSL encryption. In "users/helpers/helpers.php" I changed
Code:
$mail->SMTPSecure = 'TLS';
Code:
$mail->SMTPSecure = 'ssl';
The only thing I'm stuck on now is that the link sent to my email is not working when I click on it on my Android phone, and the link is not clickable (it's only displayed as a full url) on my pc.
Would there be a way to fix that?