Many thanks Andy, but the email I want to insert is sent from an external majordomo server halfway across the country. It's not originated by me.
Any ideas on that? Thanks again, Les -----Original Message----- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 11:37 AM 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:232558 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

