The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sending e-mail
#2
I fixed it! Woohooo! Smile

My mail server uses an SSL encryption. In "users/helpers/helpers.php" I changed
Code:
$mail->SMTPSecure = 'TLS';
into
Code:
$mail->SMTPSecure = 'ssl';
(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?
  Reply


Messages In This Thread
sending e-mail - by LBC - 05-23-2016, 07:57 AM
sending e-mail - by LBC - 05-23-2016, 10:31 AM
sending e-mail - by LBC - 05-23-2016, 11:06 AM
sending e-mail - by mudmin - 05-23-2016, 01:29 PM
sending e-mail - by brian - 05-23-2016, 08:03 PM
sending e-mail - by LBC - 05-24-2016, 08:53 AM
sending e-mail - by brian - 05-24-2016, 11:22 AM
sending e-mail - by brian - 05-25-2016, 11:32 AM
sending e-mail - by brian - 05-25-2016, 11:41 AM
sending e-mail - by LBC - 05-26-2016, 07:37 AM
sending e-mail - by mudmin - 05-26-2016, 11:42 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)