I already installed pear to my server by creating and launching 'website.com/go-pear.php' However, now i need to install the packages mail and mail-mime and I'm lost. I need these in order to set up a php email form. Any help would be great!
From the console use the following command:
pear install <package_name>
To install Mail it will be:
pear install Mail Mail_Mime