Closed Thread
Results 1 to 2 of 2

Thread: no_valid_recipients Help

  1. #1
    Join Date
    Sep 2009
    Posts
    1

    Default no_valid_recipients Help

    I can't seem to get past this error, maybe another set of eyes will do the trick.

    <form method="post" action="http://www.darrenfox.com/js/f-m.php" name="contact" class="niceform" style="margin:0;">
    <input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER">
    <input type="hidden" name="recipients" value="dfox@darrenfox.com" />
    <input type="hidden" name="redirect" value="http://www.darrenfox.com/thanks.htm" />
    <input type="hidden" name="subject" value="www.darrenfox.com email submission" />
    <input type="hidden" name="required" value="realname,email" />
    <label for="realname" style="width:100px;">* Full Name:</label>
    <br />
    <input type="text" id="realname" name="realname" size="20" />
    <br />
    <label for="email" style="width:100px;">* Email Address:</label>
    <br />
    <input type="text" id="email" name="email" size="20" />
    <br />
    <label for="message">Message:</label>
    <br />
    <textarea id="message" name="message" rows="6" cols="30"></textarea>
    <br />
    <input type="submit" value="SUBMIT" />
    </form>







    $TARGET_EMAIL = array(EMAIL_NAME."^dfox@darrenfox\.com$");


    http://www.darrenfox.com/contact.htm
    http://www.darrenfox.com/js/f-m.php

  2. #2
    Join Date
    May 2008
    Posts
    1,274

    Default Re: no_valid_recipients Help

    Quote Originally Posted by darrenfox View Post
    $TARGET_EMAIL = array(EMAIL_NAME.^dfox@darrenfox\.com$);
    Hi,

    $TARGET_EMAIL is the problem. There are numerous posts in this forum that explain it. In short, you need to use "dfox" or EMAIL_NAME, not both. Using dfox limits it to just being able to send mail to that address; using EMAIL_NAME allows any email address on that domain.

    Again, it's explained in the documentation as well as numerous posts in the forum.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. no_valid_recipients
    By bom1304 in forum FormMail Subscription Support
    Replies: 2
    Last Post: 24-Mar-2005, 11:01 AM
  2. no_valid_recipients + Charset error
    By sutra in forum FormMail Subscription Support
    Replies: 3
    Last Post: 06-Mar-2005, 12:54 AM
  3. keep getting no_valid_recipients error
    By nurblet in forum FormMail Subscription Support
    Replies: 2
    Last Post: 28-Dec-2004, 09:22 PM
  4. no_valid_recipients error
    By tubaguy0 in forum FormMail Subscription Support
    Replies: 3
    Last Post: 13-Aug-2004, 11:44 PM
  5. no_valid_recipients error message
    By edenexcursions in forum FormMail Subscription Support
    Replies: 17
    Last Post: 06-Aug-2004, 01:39 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts