Okay,
I've used the PEAR command to install Mail_Queue and all its dependencies but what happens now? The web is frustratingly vague or else I'm just not sure what I should be asking it.
In my PHP directory I have a PEAR directory and that has many folders including the MAIL one wherein the Mail_Queue classes are.
So are these somehow referenced automatically by PHP so that I can use those classes? Or do I have to copy the PHP files to where I've got my website's class files so I can Include them?
I feel like I'm missing the link here...