Hi there PHP Gurus,
I was wondering if there was an effective way of sending an e-mail to the server and posting that result to a web site or page.
I was thinking of the following
- Run an SMTP server
- Send e-mail to that SMTP server
- Write a "hook" in SMTP server that triggers writing the result to a file that is accessible via doc root.
I'm not sure about the "hook" or if this is even possible.
Thanks in advance for your time.
Regards,
~j