Setting allowed recipients

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • timg
    Member
    • Feb 2005
    • 84

    #1

    Setting allowed recipients

    Hello. When you use my email form, I get the message

    Quote: "You are trying to send mail to a domain that is not in the allowed recipients list. Please read the manual section titled "Setting Up the PHPFormMail Script"." EOQ

    However, I *do* have the domain set in the script. Is there somewhere I need to place an allowed recipients list on my site? (I had this at my previous host.)

    Thx.

    tim
    ~ Tim Gallant ~ http://www.pactumweb.com
  • retro
    Member
    • Jun 2004
    • 40

    #2
    You're talking about the script from http://www.boaddrink.com, right? I haven't ever had any problems with the script and use it on several sites.

    Are you trying to send the email to an address that is not in that domain? If you are hosted on example1.com and are sending to an address at example2.com you have to have BOTH in your referers array.. you might also try setting the IP address as a referer. Also, did you put a recipient field in your form? Like:
    Code:
    <input type="hidden" name="recipient" value="john@doe.com">
    Denny Cave
    http://www.retrointeractive.com

    Comment

    • timg
      Member
      • Feb 2005
      • 84

      #3
      Yup!

      Thanks for the reply. Yes indeed, my problem was that I had pointed the form to two addresses, one of which I had not configured in the script. Duh.



      But it's working fine now!
      ~ Tim Gallant ~ http://www.pactumweb.com

      Comment

      Working...