We need to connect to a database feed. The feed URL changes daily and is included in an email. We need to take the email text and send it to a CF script as a string which identifies the current location of the database file. How can we do this with ColdFusion and/or Windows server programs? We are a bit more used to programing in a UNIX/PHP environment. In that situation we would use procmail for the key piece which is taking the email contents and sending it as a variable/string to our DB processing script.