has anybody done anything with scripts to parse an incoming e mail to a specific address, strip out the data and insert it into a SQL database?
The e mail would be coming in through exchange 2003 server and would be in a known fixed format, ie
Name: Firstname Surname ID Number: nnnnnnn etc. etc.
Ideally the solution would need to operate on the server and not a client. Any advice appreciated.
Originally posted on serverfault but cross posted here for the scripting angle.