WebPlaya
07-30-2004, 08:41 PM
Hello, let me show you the code and then I'll ask the question so you can understand it better. :)
<cfmail to="myemail@email.com" from="#form.name#" subject="Overtime Request" cc="#form.sup#" type="HTML">
Basically, I want to send this email to myemail@email.com, #form.sup# (which is the email address that will come from the drop down menu on the form) and also want it to be send to few more email addresses.
can i do...
<cfmail to="myemail@email.com; youremail@email.com; theiremail@email.com" from="#form.name#" subject="Overtime Request" cc="#form.sup#" type="HTML">
Thank you so much for your help and time.
P.S. I did search the forum but did not find anything and wasn't sure how to do it in CFM. :)
<cfmail to="myemail@email.com" from="#form.name#" subject="Overtime Request" cc="#form.sup#" type="HTML">
Basically, I want to send this email to myemail@email.com, #form.sup# (which is the email address that will come from the drop down menu on the form) and also want it to be send to few more email addresses.
can i do...
<cfmail to="myemail@email.com; youremail@email.com; theiremail@email.com" from="#form.name#" subject="Overtime Request" cc="#form.sup#" type="HTML">
Thank you so much for your help and time.
P.S. I did search the forum but did not find anything and wasn't sure how to do it in CFM. :)