I did finally find the issue, since i never use “use” i had no clude that it had to be at the very top of the file. When i tried to put that code in the email section of my code my editor gave me a syntax error. So i was like WTH. After some reading i found where it does say that those “use” lines of code MUST go at the very top of my php file. I never knew that… Once i moved them now it works just like the instructions say and now i can just call the instance like so
$mail = new PHPMailer(true);
When i ran it, it spat out a bunch of verbose results, so yeah its working now… Horayyyy i actually have been trying to get PHPMailer to work for years but never could so i gave up.
Seems we are limited on what we can use for SMTP authentication. I have heard that cPanel may be looking at developing something of their own to provide an inbox solution. I really hope they do it.
Honestly i am not so warm and fuzzy about PHPMailer now days, its been 60 days since their last release and they already have 45 issues, that is pretty sad.
Beggers cant be choosers and i know i cant complain too much when its free, but this issue has been an ongoing thing for many years and its about time the panel warlords in the industry come up with something inbox.
Anyway its working, sorry to be so long winded… Thanks