Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form to email - multiple recipients

Status
Not open for further replies.

mabbutt

Technical User
Nov 6, 2003
8
0
0
GB
Hi,

I am using a free form to email script that my hosting company has provided and can not work out how to send the form data to two different recipients.

The reason I need to do this is because I have used domain mapping.

When the primary domain is entered as a URL it works fine but when a user enters the URL for the secondary domain the script falls over.

Can anyone help me add the second email address?
 
We'd need to see the code ...

Paul
------------------------------------
Spend an hour a week on CPAN, helps cure all known programming ailments ;-)
 
Hi,

I worked out the problem and simply needed to add my domain to the @referers array, e.g. @referers = ('domaingoeshere.co.uk');
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top