I'm quite new to PHP.
I've just built my first PHP form handler that will save the form data to a text file on my server and then email me an alert, but the Mail() function isn't sending me the email.
I have set it to send to my gmail account but I don't receive it in my inbox or spam.

How can I make it email me properly?