Ooops... Misunderstood the question. You're wanting the contents of the email, not the address itself.
Apologies. <!----------------//------ andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> -----Original Message----- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 12:37 PM To: CF-Talk Subject: RE: Email into database Your FORM page -------------------- <form action="addemail.cfm" method="POST" name="myForm"> <input type="text" name="email"> <input type="submit" value="insert email"> </form> email.cfm ------------------------ INSERT INTO table_name (email) VALUES ('#FORM.email#') This method has no error checking or email validation but this is the skeleton of what you'll need. <!----------------//------ andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> -----Original Message----- From: Les Irvin [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 11:27 AM To: CF-Talk Subject: Email into database Can anyone give me an idea how to programmatically insert email into a database using cold fusion? I'd like to take a daily digest post from a mailing list and have it automatically inserted into a database. Possible? Thanks in advance, Les ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232529 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

