Subject RE: [IBO] Jason's private email
Author Jason Wharton
James,

> I have written a PHP script that can be used by people to
> send email to you, without revealing your email address,
> although it does not handle attachments (relatively easy
> to add though). If you are interested, I can send you
> the script if you want.

I appreciate the offer but I'd rather just capture the message directly into
my community database and then have my reply entered into the database also
and have a notive of a response with the text sent to their email address.

Besides, I don't use PHP in my community site and I'd rather keep it more
uniform. Bear in mind, my community web site doesn't run on any of the
standard web servers. I wrote my own web server using direct server sockets
and Delphi run-time packages as the equivalent of ISAPI modules. This
allows much greater flexibility with how I can develop and test. I also
like knowing it will not be susceptible to hackers as it only does exactly
what I program it to.

Jason