jmack159 wrote:
> the problem is, i have no way of testing if my email
functions
> are working. does anyone know of a good open-source mail
server that i could
> install on my local machine that will work with easyPHP;
or another solution to
> the problem?
The solution is very simple. Create a test folder on your
remote site
and test your mail scripts from there. The PHP mail()
function hands the
email to the server's mail transport agent (usually Sendmail
or a
sendmail-compatible MTA). Attempting to install an MTA on
your local
computer is likely to cause more problems than it's worth.
--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/