Dave,

I am currently doing just that but, I'm trying to speed up the process so
I'd just like to BATCH the emails during off hours.  I have the CFPOP
method up and working, so I'm going to do trials next.

Thanks,
Dave

----- Original Message -----
From: David Clay <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 10, 2000 7:54 AM
Subject: Re: Saving Email To Database


Dave:

Just put

<cfquery database="somedatabase" name="somename">
Insert Into xxtable(name, city,email)
Values('#form.name#','#form.city#','#form.email#')
</cfquery>

above your

<cfmail> ....</cfmail>

tag.

Hope that helps.  If you want more, go to cfnewbie.com and look for the Hal Helms' 
Tips and Tricks.




Dave Clay
Internet Facilitator
Trus Joist, A Weyerhaeuser Business

>>> [EMAIL PROTECTED] 05/09/00 07:26PM >>>
I'd like to have a copy of emails that are sent to a drop box deposited into
a database?  Is anybody doing this?  If so, care to share how you're
approaching it?

Thanks,
Dave

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to
[EMAIL PROTECTED] with 'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=sts&body=sts/cf_talk or send a message 
to
[EMAIL PROTECTED] with 'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to