I'm interested in receiving inbound email to render as web content in joomla CMS ..
examples ..
http://www.evolt.org/article/Incoming_Mail_and_PHP/18/27914/index.html
What do we want?
We want to write and install a script that handles incoming mail. We want our script not to be reachable by a web browser, but by our email client. Sending an email to script@example.com would suffice for running our script and processing the mail.
and here ..
http://codex.wordpress.org/Blog_by_Email
WordPress can be configured to use e-mail to post to a blog. To enable this functionality, you need to: ..........
How can I set this up on my hosted Apache2.2/PHP5 server as cgi script .. or shell script?
Thanks.