Richard Sumilang [7/13/2003 2:08 PM] :
> I'm on shared hosting environment. Any ideas on how to check if I'm on
> that trusted user list or ways around it?
Most likely you'll need to have the username your webserver runs as
(nobody / apache / www or whatever) in the trusted_users list, for web
based apps / php scripts.
Or, you'll have to configure your script to open a socket to
localhost:25 and talk smtp.
srs