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
/printthread.php 16 require_once



UserSpice
Mail Not Sending - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: Mail Not Sending (/showthread.php?tid=286)



Mail Not Sending - nikolai - 09-28-2016

Hello,

I have tried both 4.1.5 and the newest 4.2 Alpha, both seem to allow me to test the email settings and have it work properly but once you attempt to alter your email (verify) or forgot your password the emails do not work and consitently report "Please contact administrator". I have set the debug to 3 and it only outputs something on the email_test.php and not verify_resend/forgot_password pages.

Any help appreciated!


Mail Not Sending - Sebastian - 10-18-2016

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


Mail Not Sending - Sebastian - 10-18-2016

Oh, I've just seen that this issue is fixed in 4.1.6.


Mail Not Sending - mudmin - 10-19-2016

I didn't get it totally right in 4.1.6, but thanks to this post, it will be right in 4.1.7. I'm just going to pretend 4.1.7 never happened Smile