Click to See Complete Forum and Search --> : Installing PEAR::MAIL


scrupul0us
04-28-2008, 11:14 PM
I'm running an existing version of PHP 5.2.3... I ran the go-pear.bat file and everything installed...

I'm trying to install PEAR::MAIL but theres no documentation about installing and I'm having no luck

can anyone help please

scrupul0us
04-30-2008, 10:20 PM
anyone?

NogDog
05-01-2008, 02:49 AM
You should be able to open up a cmd window, cd to the directory where pear.bat file is, then just type:

pear install -o Mail-1.1.14

The "-o" option will install all required dependencies (if any). Change it to "-a" if you also want to install any optional dependencies.