Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
reflex84
Joined: Mar 12, 2008
# Posts: 6
|
Posted: 06/06/2008 04:33 am
Hi guys,
I would just like to know how to beable to submit a form to 2 email addresses.
I am using a .php form and this is how my html coding goes with a single email address:
$to = "address@email.com";
$from = $_POST['email'];
$subject = "Website Enquiry";
Let me know, thanks!
Dale.
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10280
|
Posted: 06/06/2008 01:06 pm
Add for a field for Bcc and it should work.
|
 |
Prowler
Staff
Joined: Aug 14, 2000
# Posts: 1752
|
Posted: 06/06/2008 11:47 pm
Add another email address after a comma like so:
$to = "address@email.com, address2@emailcom";
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|