Bladefox3
Joined: 24 Nov 2004 Posts: 2 Location: Nassau, Bahamas
|
Posted: Wed Nov 24, 2004 11:02 am Post subject: Invalid Recipient " |
|
|
$validReferrers = array('domain.com','www.domain.com', 'mail.domain.com', 'domain.com');
// Use the this array (or create new arrays with a different association) to replace
// setting fields in the form. Don't delete the 'default' array.
$formAction['post'] = array(
'recipient' => 'user@emaildomain.com',
'recipient_cc' => '',
'recipient_bcc' => '',
'subject' => 'Form Test for Dabahamas',
'redirect' => 'http://www.dabahamas.com/L10Apps/success.php',
'email' => '',
'realname' => '',
'required' => '',
'format' => 'html',
'sesrep_max_items' => '10',
);
// If set to 0, the form can set the email recipient. For security reasons you should
// set this variable to 1.
$disableFormRecipients = 1;
Now i have tried everything, and if i change form action to default, it get a long error about no being able to do something with headers and smtp erro 557 or something. But with post, i get an invalid recipient error.
What can be done to remedy this.
Invalid Recipient ''
Email address does not have permission to relay through this LevelTen Formmail script.
For help on this issue, see LevelTen Formmail troubleshooting |
|