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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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.
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.
good response.
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
oh crap.. wrong thread..ignore the above sorry