Choose from a list of email recipients
Posted: Thu Feb 26, 2004 4:13 pm
I have a simple php form that sends the form results to:
$recipient="myemail@internet.com"
What I would like to do is make a list in the form that has multiple department's emails:
Sales (sales@internet.com)
Parts (parts@internet.com)
Help (help@internet.com)
How would I go about getting the form to place the email the user chooses into the $recipient value?
$recipient="myemail@internet.com"
What I would like to do is make a list in the form that has multiple department's emails:
Sales (sales@internet.com)
Parts (parts@internet.com)
Help (help@internet.com)
How would I go about getting the form to place the email the user chooses into the $recipient value?