Just wanted to bounce this off some people and see what they thought.
Basically I am working on a project at the moment, where a user wants to be able to send an e-mail to a special e-mail address and the content of the email is then added to a database.
Now I've never done anything like this before but I'm guessing I would need to use an XML e-mail and then parse the XML in to the PHP document from here I can manipulate the information as neccesarry.
My main problem is getting my head around how I would monitor the mailbox and process the e-mail.
Sorry if this is a bit vague at the moment.
Any advice, links to tutorials would be awesome.