Graphic Designer & WebDev
Posts: 297
Name: Styla
Location: City of London
|
try changing it to:
Code:
@referers = ('freshbeat.co.uk');
@recipients = &fill_recipients(@referers);
then in your HTML formfield, you then state the email address you want it sent to.
The above code is on the understanding that you only want emails processed and sent to freshbeat.co.uk and not anywhere else. (eg;the form on freshbeat goes to a hotmail account, in this case it won't work.)
Last edited by JSTYLISH; 07-05-2009 at 06:35 AM..
|