I have been using the script from http://help.madshi.net/UploadPhp.htm with madExcept to send bug reports. This worked great until I was forced to upgrade to PHP 7.1 on my web server. Unfortunately my knowledge about PHP is very limited and I am having trouble debugging this.
There seems to be a problem with the authentication, so I have tried disabling that. However it also looks like the file class.phpmailer.php used by the script is having trouble with PHP 7, so I have tried using a newer version. But the newer file keeps failing in sending mails.
Can anyone please help me fix the upload script so it works with PHP 7?