I am having some trouble with using the send mail functionality of pear with wamp. I went through with the steps in this link : (http://pear.php.net/manual/en/installation.checking.php) to check if my pear was installed correctly, and it seems like I have it right.
I am having some trouble with using the send mail functionality of pear with wamp. I went through with the steps in this link : (http://pear.php.net/manual/en/installation.checking.php) to check if my pear was installed correctly, and it seems like I have it right.
[code] [/code] The code above returns [code]bool(true)[/code]. So I am assuming that my paths are set right. But for the code below I am getting an error.
[code] [/code] Error is on this line : [code]$mail =& Mail::factory('mail');[/code] . [code]Fatal error: Class 'Mail' not found[/code]
Also, I installed pear Mail with this command : [code]pear install Mail Mail_mime[/code]
У меня возникли проблемы с использованием функции отправки почты Pear с Wamp. Я выполнил шаги, описанные в этой ссылке: ( чтобы проверить, правильно ли установлена моя груша, и кажется, что я все сделал правильно.
У меня есть некоторые проблемы с использованием функциональности отправки почты груши с WAMP. Я прошел шаги в этой ссылке: ( чтобы проверить, правильно ли установлена моя груша, и кажется, что я правильно.
У меня есть некоторые проблемы с использованием функциональности отправки почты груши с WAMP. Я прошел шаги в этой ссылке: ( чтобы проверить, правильно ли установлена моя груша, и кажется, что я правильно.