I've created a really good online time sheet for my company.
I've started a Linux Apache server on my mac and tested it by accessing localhost/index.php
.
Once the form is filled out the mail is then received by mail "works 100%"
However once uploaded to the webserver, nothing happens when I click to submit the form. I then created a simple PHP test with the following code:
<?php
mail('Myemailadress is entered here','Test mail','The mail function is working!');
echo 'Mail sent!';
?>
Even with that simple code nothing happens? Works from my Mac though!
Therefore I'm thinking, that the QNAP 509 pro nas´es web server, doesn't support it or something.
The page and everything is showing up nicely even though it's made with PHP coding.
The whole page runs : HTML / PHP / JavaScript