Menu

No Email Notice

Help
bittke2003
2005-04-30
2013-06-03
  • bittke2003

    bittke2003 - 2005-04-30

    I am not receiving any email notice upon users filling out the form.  My process.php is as follows, with email address being correct, please help

    $message = stripslashes($message);
    mail("bittke2003@sbcglobal.net","Form Submitted at your website",$message,"From: WeddingGuest");
    $make=fopen("admin/data.dat","a");

    I used Fantastico to install the program, do not get any errors whatsoever, everything works fine except for no email received.

    Thanks in advance.

    Jessica

     
    • Defcon

      Defcon - 2005-06-30

      I also find a same trouble where i did not receiving any email notice upon users filling out the form. Although i'm trying back on demo section here i still doesnt receive any email.

       
    • TNTEverett

      TNTEverett - 2005-06-30

      I've been using this stuff for a while.  The scripts generated do work without any modifications.  Failures are always due to setup.  Check your file and directory permissions according to the README file in the install directory.  Then check to see if either your web host, your ISP, or your incomming mailprogram are filtering "junk" mail. 

       
    • Musawir Ali

      Musawir Ali - 2005-07-02

      good response.

       
    • 2inept

      2inept - 2005-09-02

      I think I understand what is going on...

      After a bit of trial and error.. mostly error!

      I think when the script generates your new forms the script runs under the server permissions and the newly created files are also under that user.
      This is why you can't delete them with an FTP command.

      You could go to http://wacker-welt.de/webadmin/ and download the webadmin.php form, upload it to your webspace and then use your browser to open the php file. This then allows you to view and edit files on the server, and because the server is doing the deleting the permissions are OK.

      Hope this helps..

      Chris

       
    • 2inept

      2inept - 2005-09-02

      oh crap.. wrong thread..ignore the above sorry

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.