I'm trying to creating a simple message board for my work similar to the boards at yahoogroups.com. If you're not familar with yahoogroups a user can email a message to the board without having to login to yahoo. They simply email a message to the name of the group (eg [email protected]) and the email address, email subject and email body are all saved as a new message.

I've set up an email address for my group ([email protected]) so my question is how would I get the email address, email subject and email body to save as a new message? I can save the info into my sql db no troubles it's getting the info in the first place.

Hopefully this all makes sense

Thanks.