Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How Is It Possible that from One PC Form's Emails Are Received but from Another PC Not Received?

Guest
Sep 22, 2011 Sep 22, 2011

Hi,

http://www.collegestudentvoice.com/form.php

Do not receive any emails when I fill out the above form from NY or from LA.

html referer in the Browser is set at 2.

But I do receive emails when my developer or some other people fill the form.

All the form files are at:  www.collegestudentvoice.com

form.php, sendaction.phg

Dreamweaver101.1

TOPICS
Server side applications
445
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Sep 22, 2011 Sep 22, 2011

Does the form rely on the user's available email client or does it use the server? It should use the server because the user may not have an email client configured.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 22, 2011 Sep 22, 2011
LATEST

You've already asked this in two other threads. The answer is the same. If your http referrer is blocked AND your script does not process forms with a blocked referrer, the email will not be sent. The http referrer can be blocked by your browser, your pc firewall, add-ins, corporate firewalls or proxy servers. You need to check your code and see if the script is checking a referrer value. It may be something other than the referrer but that's the most obvious place to start. Create a simple script where you can switch referrer checking on and off so you can see exactly what is happening.

Please do not start more threads. It makes it impossible for others to know what has already been asked and tried and we all end up repeating ourselves.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines