todd_legend59
New Member
- Messages
- 5
- Reaction score
- 0
- Points
- 0
Hi guys, my basic PHP input form has all of a sudden stopped working, its worked great for the last couple of days but now nothing is coming through.
No changes have been made its literally just stopped of its own accord, which leads me to think that this is a problem on the server side. I ran this PHP code that i found on google to test if it was working but i still don't seem to get the form results to my email address.
I tried this as a test and don't get any results.
Can anyone confirm that PHP mail has been disabled by admin?
No changes have been made its literally just stopped of its own accord, which leads me to think that this is a problem on the server side. I ran this PHP code that i found on google to test if it was working but i still don't seem to get the form results to my email address.
I tried this as a test and don't get any results.
PHP:
<?php
mail('myemail@test.com','Test mail','The mail function is working!');
echo 'Mail sent!';
?>
Can anyone confirm that PHP mail has been disabled by admin?
Last edited: