configuring pear in php for using mail package

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
saurabh502
Forum Newbie
Posts: 2
Joined: Thu Feb 14, 2008 9:06 pm

configuring pear in php for using mail package

Post by saurabh502 »

hello friends .....recently i tried to config pear with php.

in tutorial it was given to perform following two steps:
1. include_path=".:c\wamp\php\pear"
2. then double click on go-pear.bat file to config pear.

then it was given that pear.bat file will be created and i can further install other packages with this module .


the problem here is that i am unable to install properly pear .....error stating that included file is not correct,,,,do you want to change php.ini.....and then i pressed.....yes...then the consoled was closed.


bascaly i want to send mail through my script. thats y i am using pear.

as i dont have any smtp server........

kindly help.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: configuring pear in php for using mail package

Post by Benjamin »

Have you added the path to pear to your php.ini? You'll have to search for and edit this file manually.
saurabh502
Forum Newbie
Posts: 2
Joined: Thu Feb 14, 2008 9:06 pm

Have you added the path to pear to your php.ini?

Post by saurabh502 »

yes i have added the path in php.ini file.

i think some error is in that only.


i have added f:/wamp/php/pear
Post Reply