My php.ini in the server did not appear to be including the php folder where Net_SMTP as installed.
Inmotion added this to be included.
Changed
include_path = ".:/usr/lib/php:/usr/local/lib/php"
to
include_path = ".:/home/sisosm5/php:/usr/lib/php:/usr/local/lib/php"
I'm not getting any errors anymore but the page is taking a really REALLY long time to submit and I'm not getting the form sent to my email. It is going to the thankyou.php page.