Form to email - multiple recipients
Form to email - multiple recipients
(OP)
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?
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?
RE: Form to email - multiple recipients
Paul
------------------------------------
Spend an hour a week on CPAN, helps cure all known programming ailments
RE: Form to email - multiple recipients
I worked out the problem and simply needed to add my domain to the @referers array, e.g. @referers = ('domaingoeshere.co.uk');