I have this custom mailing list script I made and it uses mail(). One thing is php mail() uses the local server as smtp. Lot of spam blockers will block that since it looks like its a spammer sending locally. I want to specify an external smtp server. How would I go about doing that? theres options in php.ini but for some reason its win32 only.