My client has a eircom.net email address, so in the FormMail.pl I have added the Eircom domain:
@referers = qw(eircom.net localhost);
The site is hosted on a different server www.clientsite.net’
Then on the allow mail to line:
@allow_mail_to = qw(myclient@eircom.net localhost);
However, I get this error message when I click submit on the form:
Error: Bad/No Recipient
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. More information on filling in recipient form fields and variables can be found in the README file.
I have checked to make sure the email address is correct on the HTML of the form and it is. Does anybody know what I can do to solve this? Thanks.