multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Steve LaBadie

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/ 

slaba...@esu.edu

 



~|
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:347796
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread David Mineer Jr

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 slaba...@po-box.esu.eduwrote:


 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/

 slaba...@esu.edu





 

~|
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:347797
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Steve LaBadie

I have 4 places reserved for attendees. I am asking for each of their
email addresses

labelEmail:/labelinput name=email1 type=text /
labelEmail:/labelinput name=email2 type=text /
labelEmail:/labelinput name=email3 type=text /
labelEmail:/labelinput 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
slaba...@esu.edu

-Original Message-
From: David Mineer Jr [mailto:min...@gmail.com] 
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
slaba...@po-box.esu.eduwrote:


 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/

 slaba...@esu.edu





 



~|
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


Re: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Alan Rother

So, why do you need to use their email addresses as the from address? The TO
or CC addresses, sure, even the REPLY TO I can see using all of the
addresses.

Can't you just use some generic address for the FROM? Like
noreplymyf...@esu.edu

What goal are you trying to accomplish? That might be easier for us to help
with.

=\


-- 
Alan Rother
Manager, Phoenix Cold Fusion User Group, www.AZCFUG.org
Twitter: @AlanRother


~|
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:347801
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Steve LaBadie

Honestly, this is not my goal. I was given a day's noticed to re-create
our paper Orientation Registration form into a text-based email
submission. The form has 4 areas for up to 4 attendees to register. They
want me to capture all emails addresses. I don't think this is
possible??

Steve LaBadie, Web Manager
East Stroudsburg University
570-422-3999
http://www.esu.edu
slaba...@esu.edu


-Original Message-
From: Alan Rother [mailto:alan.rot...@gmail.com] 
Sent: Thursday, September 29, 2011 1:53 PM
To: cf-talk
Subject: Re: multiple email addresses in cfmail FROM attribute


So, why do you need to use their email addresses as the from address?
The TO
or CC addresses, sure, even the REPLY TO I can see using all of the
addresses.

Can't you just use some generic address for the FROM? Like
noreplymyf...@esu.edu

What goal are you trying to accomplish? That might be easier for us to
help
with.

=\


-- 
Alan Rother
Manager, Phoenix Cold Fusion User Group, www.AZCFUG.org
Twitter: @AlanRother




~|
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:347802
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Phillip Duba

Steve, then treat each area of registration as its own registration, looping
over the email logic for each attendee. You can't have more than one from
address in an email. CF doesn't throw an error on it but the SMTP server
will. I know this from experience in a malformed email from address/labeling
issue I had not too long ago,

Phil

On Thu, Sep 29, 2011 at 1:56 PM, Steve LaBadie slaba...@po-box.esu.eduwrote:


 Honestly, this is not my goal. I was given a day's noticed to re-create
 our paper Orientation Registration form into a text-based email
 submission. The form has 4 areas for up to 4 attendees to register. They
 want me to capture all emails addresses. I don't think this is
 possible??

 Steve LaBadie, Web Manager
 East Stroudsburg University
 570-422-3999
 http://www.esu.edu
 slaba...@esu.edu




~|
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:347803
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Robert Harrison

Something like this should work. 

1. Use the same field name on each field.  The result of that will be that when 
you submit, you'll send a comma delimited list of email values

labelEmail:/label
input name=email type=text / 
input name=email type=text /
input name=email type=text /
input name=email type=text /

2. Do a form submit to the next step

3. Loop over the comma delimited list of email addresses and generate a cfmail 
on each loop

cfloop index=i from=1 to=ListLen(email)
cfmail to=ListGetAt(email,i) from=fromme@thisdomaincom 
My mail data
/cfmail
/cfloop





Robert B. Harrison
Director of Interactive Services
Austin  Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be .

Plug in to our blog: AW Unplugged
http://www.austin-williams.com/unplugged


-

~|
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:347805
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Russ Michaels

if all you want to do is capture the email address then you don't need
to do anything, just store the value of form.email.
Surely if the user has 4 email addresses you don't want to send a copy
of the form to all 4 of them or send yourself 4 copies of the email?
I would also suggest you DO NOT send the email to yourself FROM the
users email address as you may lose some of them to spam filters as
you will be sending emails form a mail server that is not valid for
that domain/email address and it will fail SPF/SenderID checks.Youy
should send the emails using your own domain which is allowed to send
form your mail server and has a valid MX/SPF record stating that.

why not try one of the online form builders, they really are quite
good and most of them have a free account.
www.formassembly.com is the best
more simple ones are
www.jotform.com
www.wufoo.com

Russ
On Thu, Sep 29, 2011 at 7:01 PM, Robert Harrison
rob...@austin-williams.com wrote:

 Something like this should work.

 1. Use the same field name on each field.  The result of that will be that 
 when you submit, you'll send a comma delimited list of email values

 labelEmail:/label
 input name=email type=text /
 input name=email type=text /
 input name=email type=text /
 input name=email type=text /

 2. Do a form submit to the next step

 3. Loop over the comma delimited list of email addresses and generate a 
 cfmail on each loop

 cfloop index=i from=1 to=ListLen(email)
        cfmail to=ListGetAt(email,i) from=fromme@thisdomaincom 
                My mail data
        /cfmail
 /cfloop





 Robert B. Harrison
 Director of Interactive Services
 Austin  Williams
 125 Kennedy Drive, Suite 100
 Hauppauge NY 11788
 P : 631.231.6600 Ext. 119
 F : 631.434.7022
 http://www.austin-williams.com

 Great advertising can't be either/or.  It must be .

 Plug in to our blog: AW Unplugged
 http://www.austin-williams.com/unplugged


 -

 

~|
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:347809
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Robert Harrison

I thought from what I read he wanted to send an email to each of the addresses 
in the form... that's why I suggested the loop. I might have misunderstood what 
he wanted to do.



~|
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:347813
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Steve LaBadie

I apologize if I haven't explained myself properly. There is space for 4
attendees to register for the event. The owner of the form wants to
gather all of the info inputted into the form.

Parent/guardian #1
Address
Phone
Email

Parent/guardian #2
Address
Phone
Email

Parent/guardian #3
Address
Phone
Email

Parent/guardian #4
Address
Phone
email

Steve LaBadie, Web Manager
East Stroudsburg University
570-422-3999
http://www.esu.edu
slaba...@esu.edu


~|
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:347819
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Russ Michaels

the form builders i mentioned, specifically formassembly will do
exactly this, in addiiton it allows you to give the user the option to
add new section, so you would create only fields for 1 attendee with
a button to add more attendees and the form builder does everything
else for you.

If you prefer to do it yourself, then simply name the form fields sequentially.

address1
address2
email1
email2

etc

On Thu, Sep 29, 2011 at 7:28 PM, Steve LaBadie slaba...@po-box.esu.edu wrote:

 I apologize if I haven't explained myself properly. There is space for 4
 attendees to register for the event. The owner of the form wants to
 gather all of the info inputted into the form.

 Parent/guardian #1
 Address
 Phone
 Email

 Parent/guardian #2
 Address
 Phone
 Email

 Parent/guardian #3
 Address
 Phone
 Email

 Parent/guardian #4
 Address
 Phone
 email

 Steve LaBadie, Web Manager
 East Stroudsburg University
 570-422-3999
 http://www.esu.edu
 slaba...@esu.edu


 

~|
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:347820
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Robert Harrison

I still don't understand what you want to do from that.   What's the action you 
want to take? Do you want to send mail to the people in the form?   Do you want 
to send an email to someone else with the form data in the email?

What's the goal?



-Original Message-
From: Steve LaBadie [mailto:slaba...@po-box.esu.edu] 
Sent: Thursday, September 29, 2011 2:28 PM
To: cf-talk
Subject: RE: multiple email addresses in cfmail FROM attribute


I apologize if I haven't explained myself properly. There is space for 4 
attendees to register for the event. The owner of the form wants to gather all 
of the info inputted into the form.

Parent/guardian #1
Address
Phone
Email

Parent/guardian #2
Address
Phone
Email

Parent/guardian #3
Address
Phone
Email

Parent/guardian #4
Address
Phone
email

Steve LaBadie, Web Manager
East Stroudsburg University
570-422-3999
http://www.esu.edu
slaba...@esu.edu


~|
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:347822
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Steve LaBadie

Robert,

The goal is to send the form data via email to the owner of the form,
not to the people registering.

Steve LaBadie, Web Manager
East Stroudsburg University
570-422-3999
http://www.esu.edu
slaba...@esu.edu


-Original Message-
From: Robert Harrison [mailto:rob...@austin-williams.com] 
Sent: Thursday, September 29, 2011 2:39 PM
To: cf-talk
Subject: RE: multiple email addresses in cfmail FROM attribute


I still don't understand what you want to do from that.   What's the
action you want to take? Do you want to send mail to the people in the
form?   Do you want to send an email to someone else with the form data
in the email?

What's the goal?



-Original Message-
From: Steve LaBadie [mailto:slaba...@po-box.esu.edu] 
Sent: Thursday, September 29, 2011 2:28 PM
To: cf-talk
Subject: RE: multiple email addresses in cfmail FROM attribute


I apologize if I haven't explained myself properly. There is space for 4
attendees to register for the event. The owner of the form wants to
gather all of the info inputted into the form.

Parent/guardian #1
Address
Phone
Email

Parent/guardian #2
Address
Phone
Email

Parent/guardian #3
Address
Phone
Email

Parent/guardian #4
Address
Phone
email

Steve LaBadie, Web Manager
East Stroudsburg University
570-422-3999
http://www.esu.edu
slaba...@esu.edu




~|
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:347825
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Alan Rother

It's not elegant (and it REALLY should save to a database as well..), but
I knocked it out in about 3 mins - it'll do the work you need it to - just
change some of the things like TO and FROM and you're done

cfif StructKeyExists(form, fieldnames
cfmail to=some...@some.edu from=norep...@some.edu subject=Form
Registration
cfdump var=#Form#
/cfmail
/cfif

cfoutput
form name=registrationForm action=#cgi.script_name# method=post
cfloop from=1 to=4 step=1 index=i
Parent/guardian ###i#: input type=text name=parent_#i# id=parent_#i#
value= maxlength=255/br/
Address: input type=text name=address_#i# id=address_#i# value=
maxlength=500/br/
Phone: input type=text name=phone_#i# id=phone_#i# value=
maxlength=255/br/
Email: input type=text name=email_#i# id=email_#i# value=
maxlength=255/br/
/cfloop
input type=submit value=Register
/form
/cfoutput

On Thu, Sep 29, 2011 at 11:41 AM, Steve LaBadie slaba...@po-box.esu.eduwrote:


 Robert,

 The goal is to send the form data via email to the owner of the form,
 not to the people registering.

 Steve LaBadie, Web Manager
 East Stroudsburg University
 570-422-3999
 http://www.esu.edu
 slaba...@esu.edu


 -Original Message-
 From: Robert Harrison [mailto:rob...@austin-williams.com]
 Sent: Thursday, September 29, 2011 2:39 PM
 To: cf-talk
 Subject: RE: multiple email addresses in cfmail FROM attribute


 I still don't understand what you want to do from that.   What's the
 action you want to take? Do you want to send mail to the people in the
 form?   Do you want to send an email to someone else with the form data
 in the email?

 What's the goal?



 -Original Message-
 From: Steve LaBadie [mailto:slaba...@po-box.esu.edu]
 Sent: Thursday, September 29, 2011 2:28 PM
 To: cf-talk
 Subject: RE: multiple email addresses in cfmail FROM attribute


 I apologize if I haven't explained myself properly. There is space for 4
 attendees to register for the event. The owner of the form wants to
 gather all of the info inputted into the form.

 Parent/guardian #1
 Address
 Phone
 Email

 Parent/guardian #2
 Address
 Phone
 Email

 Parent/guardian #3
 Address
 Phone
 Email

 Parent/guardian #4
 Address
 Phone
 email

 Steve LaBadie, Web Manager
 East Stroudsburg University
 570-422-3999
 http://www.esu.edu
 slaba...@esu.edu




 

~|
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:347827
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Steve LaBadie

Thank you for your work on this Alan. I really appreciate it.

Steve LaBadie, Web Manager
East Stroudsburg University
570-422-3999
http://www.esu.edu
slaba...@esu.edu


-Original Message-
From: Alan Rother [mailto:alan.rot...@gmail.com] 
Sent: Thursday, September 29, 2011 2:51 PM
To: cf-talk
Subject: Re: multiple email addresses in cfmail FROM attribute


It's not elegant (and it REALLY should save to a database as well..),
but
I knocked it out in about 3 mins - it'll do the work you need it to -
just
change some of the things like TO and FROM and you're done

cfif StructKeyExists(form, fieldnames
cfmail to=some...@some.edu from=norep...@some.edu subject=Form
Registration
cfdump var=#Form#
/cfmail
/cfif

cfoutput
form name=registrationForm action=#cgi.script_name# method=post
cfloop from=1 to=4 step=1 index=i
Parent/guardian ###i#: input type=text name=parent_#i#
id=parent_#i#
value= maxlength=255/br/
Address: input type=text name=address_#i# id=address_#i# value=
maxlength=500/br/
Phone: input type=text name=phone_#i# id=phone_#i# value=
maxlength=255/br/
Email: input type=text name=email_#i# id=email_#i# value=
maxlength=255/br/
/cfloop
input type=submit value=Register
/form
/cfoutput

On Thu, Sep 29, 2011 at 11:41 AM, Steve LaBadie
slaba...@po-box.esu.eduwrote:


 Robert,

 The goal is to send the form data via email to the owner of the form,
 not to the people registering.

 Steve LaBadie, Web Manager
 East Stroudsburg University
 570-422-3999
 http://www.esu.edu
 slaba...@esu.edu


 -Original Message-
 From: Robert Harrison [mailto:rob...@austin-williams.com]
 Sent: Thursday, September 29, 2011 2:39 PM
 To: cf-talk
 Subject: RE: multiple email addresses in cfmail FROM attribute


 I still don't understand what you want to do from that.   What's the
 action you want to take? Do you want to send mail to the people in the
 form?   Do you want to send an email to someone else with the form
data
 in the email?

 What's the goal?



 -Original Message-
 From: Steve LaBadie [mailto:slaba...@po-box.esu.edu]
 Sent: Thursday, September 29, 2011 2:28 PM
 To: cf-talk
 Subject: RE: multiple email addresses in cfmail FROM attribute


 I apologize if I haven't explained myself properly. There is space for
4
 attendees to register for the event. The owner of the form wants to
 gather all of the info inputted into the form.

 Parent/guardian #1
 Address
 Phone
 Email

 Parent/guardian #2
 Address
 Phone
 Email

 Parent/guardian #3
 Address
 Phone
 Email

 Parent/guardian #4
 Address
 Phone
 email

 Steve LaBadie, Web Manager
 East Stroudsburg University
 570-422-3999
 http://www.esu.edu
 slaba...@esu.edu




 



~|
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:347828
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Robert Harrison

That's easy.  Use unique names on each form field as you originally showed... 
e.g., the names I'm illustrating below. 
Submit to a page that has:

cfmail from=m...@domain.com to=y...@domain.com

Here are the registrants:

Parent/guardian 1 : #form.name1#
Address: #form.address1#
Phone:#form.phone1#
Email :#form.email1#

Parent/guardian 2 : #form.name2#
Address: #form.address2#
Phone:#form.phone2#
Email :#form.email2#

Parent/guardian 3 : #form.name3#
Address: #form.address3#
Phone:#form.phone3#
Email :#form.email3#

Parent/guardian 4 : #form.name4#
Address: #form.address4#
Phone:#form.phone4#
Email :#form.email4#

cfmail





Robert B. Harrison
Director of Interactive Services
Austin  Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be .

Plug in to our blog: AW Unplugged
http://www.austin-williams.com/unplugged


-Original Message-
From: Steve LaBadie [mailto:slaba...@po-box.esu.edu] 
Sent: Thursday, September 29, 2011 2:42 PM
To: cf-talk
Subject: RE: multiple email addresses in cfmail FROM attribute


Robert,

The goal is to send the form data via email to the owner of the form, not to 
the people registering.

Steve LaBadie, Web Manager
East Stroudsburg University
570-422-3999
http://www.esu.edu
slaba...@esu.edu


-Original Message-
From: Robert Harrison [mailto:rob...@austin-williams.com]
Sent: Thursday, September 29, 2011 2:39 PM
To: cf-talk
Subject: RE: multiple email addresses in cfmail FROM attribute


I still don't understand what you want to do from that.   What's the
action you want to take? Do you want to send mail to the people in the
form?   Do you want to send an email to someone else with the form data
in the email?

What's the goal?



-Original Message-
From: Steve LaBadie [mailto:slaba...@po-box.esu.edu] 
Sent: Thursday, September 29, 2011 2:28 PM
To: cf-talk
Subject: RE: multiple email addresses in cfmail FROM attribute


I apologize if I haven't explained myself properly. There is space for 4
attendees to register for the event. The owner of the form wants to
gather all of the info inputted into the form.

Parent/guardian #1
Address
Phone
Email

Parent/guardian #2
Address
Phone
Email

Parent/guardian #3
Address
Phone
Email

Parent/guardian #4
Address
Phone
email

Steve LaBadie, Web Manager
East Stroudsburg University
570-422-3999
http://www.esu.edu
slaba...@esu.edu






~|
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:347829
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Steve LaBadie

duh

Steve LaBadie, Web Manager
East Stroudsburg University
570-422-3999
http://www.esu.edu
slaba...@esu.edu


-Original Message-
From: Robert Harrison [mailto:rob...@austin-williams.com] 
Sent: Thursday, September 29, 2011 3:01 PM
To: cf-talk
Subject: RE: multiple email addresses in cfmail FROM attribute


That's easy.  Use unique names on each form field as you originally
showed... e.g., the names I'm illustrating below. 
Submit to a page that has:

cfmail from=m...@domain.com to=y...@domain.com

Here are the registrants:

Parent/guardian 1 : #form.name1#
Address: #form.address1#
Phone:#form.phone1#
Email :#form.email1#

Parent/guardian 2 : #form.name2#
Address: #form.address2#
Phone:#form.phone2#
Email :#form.email2#

Parent/guardian 3 : #form.name3#
Address: #form.address3#
Phone:#form.phone3#
Email :#form.email3#

Parent/guardian 4 : #form.name4#
Address: #form.address4#
Phone:#form.phone4#
Email :#form.email4#

cfmail

Robert B. Harrison
Director of Interactive Services
Austin  Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 


~|
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:347832
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Robert Harrison

That was what you wanted... yes?


Robert B. Harrison
Director of Interactive Services
Austin  Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be .

Plug in to our blog: AW Unplugged
http://www.austin-williams.com/unplugged


-Original Message-
From: Steve LaBadie [mailto:slaba...@po-box.esu.edu] 
Sent: Thursday, September 29, 2011 3:21 PM
To: cf-talk
Subject: RE: multiple email addresses in cfmail FROM attribute


duh

Steve LaBadie, Web Manager
East Stroudsburg University
570-422-3999
http://www.esu.edu
slaba...@esu.ed

~|
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:347834
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Steve LaBadie

Yes Robert, instead of using form=#form.email# just put mine in there.

Steve LaBadie, Web Manager
East Stroudsburg University
570-422-3999
http://www.esu.edu
slaba...@esu.edu


-Original Message-
From: Robert Harrison [mailto:rob...@austin-williams.com] 
Sent: Thursday, September 29, 2011 3:28 PM
To: cf-talk
Subject: RE: multiple email addresses in cfmail FROM attribute


That was what you wanted... yes?


Robert B. Harrison
Director of Interactive Services
Austin  Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be .

Plug in to our blog: AW Unplugged
http://www.austin-williams.com/unplugged


-Original Message-
From: Steve LaBadie [mailto:slaba...@po-box.esu.edu] 
Sent: Thursday, September 29, 2011 3:21 PM
To: cf-talk
Subject: RE: multiple email addresses in cfmail FROM attribute


duh

Steve LaBadie, Web Manager
East Stroudsburg University
570-422-3999
http://www.esu.edu
slaba...@esu.ed



~|
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:347835
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Robert Harrison

Ok. Have a good day then. It's almost Friday :-)


Robert B. Harrison
Director of Interactive Services
Austin  Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be .

Plug in to our blog: AW Unplugged
http://www.austin-williams.com/unplugged


-Original Message-
From: Steve LaBadie [mailto:slaba...@po-box.esu.edu] 
Sent: Thursday, September 29, 2011 3:58 PM
To: cf-talk
Subject: RE: multiple email addresses in cfmail FROM attribute


Yes Robert, instead of using form=#form.email# just put mine in there.

Steve LaBadie, Web Manager
East Stroudsburg University
570-422-3999
http://www.esu.edu
slaba...@esu.edu


-Original Message-
From: Robert Harrison [mailto:rob...@austin-williams.com] 
Sent: Thursday, September 29, 2011 3:28 PM
To: cf-talk
Subject: RE: multiple email addresses in cfmail FROM attribute


That was what you wanted... yes?


Robert B. Harrison
Director of Interactive Services
Austin  Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be .

Plug in to our blog: AW Unplugged
http://www.austin-williams.com/unplugged


-Original Message-
From: Steve LaBadie [mailto:slaba...@po-box.esu.edu] 
Sent: Thursday, September 29, 2011 3:21 PM
To: cf-talk
Subject: RE: multiple email addresses in cfmail FROM attribute


duh

Steve LaBadie, Web Manager
East Stroudsburg University
570-422-3999
http://www.esu.edu
slaba...@esu.ed





~|
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:347836
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm