Each email that you send out goes to a person in a DB, right? So each person has an ID, right? So if you put a link of http://www.site.com/index.cfm?userid=2577 then the index.cfm can take the userid and translate it into the person, right? Is that what you want?
> I'm exploring the possibility of being able to figure out the e-mail address > of a user visiting our site based on a weekly mailing we send out. In this > e-mail, there is a link to the latest stories, etc., and we'd like to know > who is accessing the stories from the e-mail. > > The problem is that the file sent out to our mass mailing provider is a flat > HTML file, so I can't do anything like dynamically append the person's > e-mail address to the link. > > Anybody done something like this? > > Thanks in advance, > Dave. > > > ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

