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
#6
Hello Brian (and mudmin of course), thank you for your reply.

My provider is based here in The Netherlands. Whenever I create a new mailaddress the info provided to me says SSL on Port 465. They never speak about TLS. I suppose I could ask them about it Smile

In regards to the missing http://
I mistyped one of the paths, but they can be found in:

users/views/_email_template_verify.php” and in “users/views/_email_template_forgot_password.php

Code:
<p><a href="<?=$results->verify_url?>?email=<?=$email;?>&vericode=<?=$vericode;?>">Verify Your Email</a></p>

and

Code:
<p><a href="<?=$_SERVER['HTTP_HOST'].$us_url_root?>users/forgot_password_reset.php?email=<?=$email;?>&vericode=<?=$vericode;?>&reset=1">Reset Password</a></p>

Which should be:

Code:
<p><a href="http://<?=$results->verify_url?>?email=<?=$email;?>&vericode=<?=$vericode;?>">Verify Your Email</a></p>

and

Code:
<p><a href="http://<?=$_SERVER['HTTP_HOST'].$us_url_root?>users/forgot_password_reset.php?email=<?=$email;?>&vericode=<?=$vericode;?>&reset=1">Reset Password</a></p>

Maybe there should be a choice to either use SSL or TLS in the email settings?
  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)