Search found 4 matches

by peter_ia
11 Feb 2020, 16:19
Forum: Help
Topic: Email using PHPMAILER
Replies: 1
Views: 3140

Re: Email using PHPMAILER

Solved (at least for me)

1. Turn off Avast Mail Shield - BTW, it never reported it was blocking the outbound emails.
2. Use SMTP

Whew :D
by peter_ia
11 Feb 2020, 15:49
Forum: Help
Topic: Email using PHPMAILER
Replies: 1
Views: 3140

Email using PHPMAILER

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 ...
by peter_ia
11 Feb 2020, 11:09
Forum: Help
Topic: Email Setup Problems - Ver 2.23
Replies: 3
Views: 4774

Re: Email Setup Problems - Ver 2.23

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...
by peter_ia
08 Feb 2020, 16:47
Forum: Help
Topic: Email Setup Problems - Ver 2.23
Replies: 3
Views: 4774

Email Setup Problems - Ver 2.23

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...