swimkleptz72
New Member
- Messages
- 8
- Reaction score
- 0
- Points
- 0
**Looks like it is working again**
I have a couple of web pages with forms that rely on php to generate an email using the 'mail' command. They were working the other day but now don't seem to be sending. Not sure if it is a mail server thing or a php server thing. One page is showing that it sent successfully but I never receive the emails. The other is coming up with a 404 error and no emails received either. Is there a method to check were it them mail may be dropped?
Update 3: Looks like I am getting mail again from the form. Servers must have been down. In the future is there a way to tell (for sure) that the server is down? mail command was passing but was not receiving any mail.
Update 2: Solved the 404 error. my mistake on the form page having an incorrect php file name. That leaves the mail issue. Is the mail servers down?
Update: I received one email out of about 10 tests. So something is getting out but I can't tell where it is getting stopped.
I have a couple of web pages with forms that rely on php to generate an email using the 'mail' command. They were working the other day but now don't seem to be sending. Not sure if it is a mail server thing or a php server thing. One page is showing that it sent successfully but I never receive the emails. The other is coming up with a 404 error and no emails received either. Is there a method to check were it them mail may be dropped?
Update 3: Looks like I am getting mail again from the form. Servers must have been down. In the future is there a way to tell (for sure) that the server is down? mail command was passing but was not receiving any mail.
Update 2: Solved the 404 error. my mistake on the form page having an incorrect php file name. That leaves the mail issue. Is the mail servers down?
Update: I received one email out of about 10 tests. So something is getting out but I can't tell where it is getting stopped.
Last edited: