Jump to content

Seemingly easy problem...


Stonedonspam

Recommended Posts

I want to email a form that the user fills out to two different accounts with submitting the form once. I can't seem to do that, and it seems like such a simple problem. Here is my code:

<form method="post" name="orderform" action="http://cgi.freedback.com/mail.pl"><input type=hidden name=to value="firstemailaddress@gmail.com">  

I don't know how to add a second email address in there. I've tried adding a comma or a semi colon between them, but that doesn't work. If there is a way to do this, please tell me. Thanks.

Link to comment
Share on other sites

<input type=hidden name=cc value="secondemailaddress@gmail.com">then just modify your perl script to accommodate the cardon copy e-mail address.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...