what do I need to do (either through the
cpanel) or with my php code in order to make mail work.

I am trying to send myself a notification email when I receive a new application through my site. In the past I have always done this by using the following script:-

mail ("email address", $ subject, $message...etc);

thank you