On Mon, 2006-05-01 at 23:50 +0100, Joseph Harris wrote: > In my usual slow way I am trying to test out AffiliateClick on the desktop. > The script talks of a sendmail path through 'lib' or equivalent. > > Apache appears to use mail.php, sendmail.php etc and I can find the zip in > 'pear' but not the file I should point to. Or am I supposed to unbundle to > 'apache/bin'?
The sendmail path and lib are for those using *nix and won't be available on your local Windows machine like that, so you will need to use the "equivalent". Go to your php.ini file and edit these lines and make them your address instead of localhost: SMTP = mymailserver.v21mail.co.uk sendmail_from = [EMAIL PROTECTED]@v21mail.co.uk more: http://builder.com.com/5100-6371-5272345.html -- cheers, Mark ____ The WDVL Discussion List from WDVL.COM ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
