0

Long story short that might not be related but it will give you an idea. I am trying to load PHPMailer without composer into my website. On localhost it works it sends emails and the PHP version (localhost) is 7.2.11. Now it gave me an Internal 500 error which I assumed it might be from not finding the PHPMailer folder. The server PHP version is 5.6.

Now the actual problem, I have tried to load a simple echo of hello world. The index.html is working, I mean displaying and I have did a redirect to the file with the echo hello world (hello.php). It still gives me an internal 500 error when redirecting to the php page.

EdChum
  • 376,765
  • 198
  • 813
  • 562

1 Answers1

-1

I said to come back here and to say how I solved my PHPMailer issue. Comment this line with //$mail->IsSMTP();