Good morning, NOTE: Avast Mail Shield caused all sorts of problems. For now I've turned it off and am getting closer. I downloaded PHPMAILER from github and am using it in a test email that works great. It's in a subdirectory of a Test folder under htdocs. It works. But mantis uses on in the vendor ...
Thank-you for the reply but this caused the following problems. 1. When I clicked Password reset for a user (me) I received "Undefined variable $t_reset in manage_user_reset.php After looking at the code I defned it as True; 2. This caused $t_result to be undefined so I also set that to $t_resu...
Hello, I'm new to Mantis and PHP and I've gotten pretty far with email setup but it's still not working. I am able to send email directly through a sendmail() test program (shown below) using the same credentials I'm also able to send via c# using the .net smtp library so I'm pretty sure my gmail se...