I've read the installation instruction but still can't get it to work. I edit the php.ini and added the path to the include_path...
(before) include_path = "c:\php\pear";
(after) include_path = "c:\php\pear;c:\php\3rdparty\phpmailer";
But I still get the warning message that says it can't find it. It works if I put the phpmailer folder in one of the directories in my site. I would like it to work the first way so that I don't have to keep adding the phpmailer folder on every site I need it on.
I googled and can't find an explanation that an ordinary person can understand. All that I found assume you are born knowing PHP
Here are what I'm using:
Windows XP Pro SP2 / IIS 5.1 / PHP 4.3.11 / PHPMailer 1.72
Thanks in advance



