I have 4 places reserved for attendees. I am asking for each of their email addresses
<label>Email:</label><input name="email1" type="text" /> <label>Email:</label><input name="email2" type="text" /> <label>Email:</label><input name="email3" type="text" /> <label>Email:</label><input name="email4" type="text" /> Are you saying to put a <cfloop> in the FROM attribute? <cfmail from=" " to=" " subject="Orientation Registration"> Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 http://www.esu.edu [email protected] -----Original Message----- From: David Mineer Jr [mailto:[email protected]] Sent: Thursday, September 29, 2011 1:42 PM To: cf-talk Subject: Re: multiple email addresses in cfmail FROM attribute You would just loop over the list of emails and use cfmail inside the loop to send, right? I could be misunderstanding exactly what you are asking. --- David Mineer Jr --------------------- The critical ingredient is getting off your butt and doing something. It's as simple as that. A lot of people have ideas, but there are few who decide to do something about them now. Not tomorrow. Not next week. But today. The true entrepreneur is a doer. On Thu, Sep 29, 2011 at 11:34 AM, Steve LaBadie <[email protected]>wrote: > > I have never come across this before. I was asked to create a form that > ask for all attendees that are coming to an event, which means multiple > emails addresses using CFMAIL. > > > > Is this possible? > > > > Steve LaBadie, Web Manager > > East Stroudsburg University > > 570-422-3999 > > http://www.esu.edu <http://www.esu.edu/> > > [email protected] > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347798 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

