gamegam
November 20, 2024, 3:04pm
1
Website URL
(Please specify the URL of the site where the problem occurred.)
https://gamegam.wuaze.com/mail/API
Error message
Error code 500 when accessing the website
(If applicable, please share the full error message displayed.)
The page is not working.
Your request cannot be processed by gamegam.wuaze.com at this time.
HTTP ERROR 500
Other information
Uncomment the require ‘PHPMailer/src/Exception.php’; to connect.
It’s xampp, but it doesn’t work when I try it on this hosting
(Other information and details related to the question)
Admin
November 20, 2024, 3:42pm
2
HTTP ERROR 500 just means your PHP code crashed. To see why it crashed, you may want to enable Display Errors. You can learn more about that in this article:
When trying to access your website, you may see a page which returns the status code “500”. In Google Chrome, you’ll see a page with the error code HTTP ERROR 500.
There are typically two reasons which can cause this error:
The PHP code has crashed.
The .htaccess file contains invalid rules.
Here are some things you can try to debug and fix this.
Fixing crashing PHP code
A HTTP ERROR 500 simply tells you that the PHP code has crashed, but gives no information as to why it has crashed.
Gett…
As for the question in the title: using PHPMailer here should work exactly the same as it works anywhere else.
5 Likes