If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
How can I do this ? I don't want to have to do anything except be able to create a PHP script that views the data that goes to the MySQL database ?
The e-mail address will not contain anything private, simply making available a way to view notices that are sent to that e-mail address with a timestamp of when they were sent.
I'd guess that you would need to run a script every X minutes to 1) check for relevant emails on the mail server, and 2) insert the email message content into the MySQL database.
(if were talking Linux, cron would be the scheduling program... then you'd perhaps need a command-line interface to the mail server)