So I am getting this error and I can't figure out for the life of me what is up.
Code: Select all
Fatal error: Cannot instantiate non-existent class: swift_connection_smtp in /nfs/c01/h03/mnt/32879/domains/prakprint.com/html/sendQuote.php on line 111
Here are my include paths. They are fine as far as I can tell.
Code: Select all
require_once("swift/Swift.php");
require_once("swift/Swift/Connection/NativeMail.php"); //There are various connections to use
Whats up with this?
Thanks guys.