rameygifts
10-16-2004, 06:16 AM
I admit I'm new and confused with cgi scripts. But I have been studying and searching all night. When I attempt to send information in a form I've created (Using formmail), I get this error message: "There was no recipient or an invalid recipient specified in the data sent to FormMail. Please make sure you have filled in the recipient form field with an e-mail address that has been configured in @recipients."
I've experimented with the recipients array and currently have it at:
@recipients = &fill_recipients('domain.com','sub.domain.com','do maintwo.com,'sub.domaintwo.com');
I also currently have the referers array at:
@referers = ('domain.com','11.11.111.11','domain2.com','domain three.com', 'domainfour.com');
I even tried using an optional code on the formmail site to list the specific email addy in the recipient array. Still no go.
Why am I still getting an error? I do have an hidden field in my form which is set to email user@domain.com. (the domain being listed both in the recipients and referers array.)
Help! I'm going nuts here!
I've experimented with the recipients array and currently have it at:
@recipients = &fill_recipients('domain.com','sub.domain.com','do maintwo.com,'sub.domaintwo.com');
I also currently have the referers array at:
@referers = ('domain.com','11.11.111.11','domain2.com','domain three.com', 'domainfour.com');
I even tried using an optional code on the formmail site to list the specific email addy in the recipient array. Still no go.
Why am I still getting an error? I do have an hidden field in my form which is set to email user@domain.com. (the domain being listed both in the recipients and referers array.)
Help! I'm going nuts here!