I am using PWS under Win98. I have php installed and working. I have a need to send and recieve mail with PHP. Is it possible to use PHP4.0 to send mail if there is no local mailserver (not on that machine anyway)
Also, I've attempted to initialize the imap functions in PHP (via uncommenting the appropriate DLL in the php.ini file). I'm getting undefined functions errors on the first call to imap_connect. Where do I put the dll to be available to PHP?
Thanks
Mike