Sending email via a contact form not working?

Hi, I’m new to PHP and have tried some code from w3schools, but submitting the contact from from my website doesn’t send an email to my email address.
I’m hosting the website with wamp, so not sure if something needs to be configured there?
I get the local host and website shows from external access.

You need some kind of sendmailer installed along with WAMP. PHP Doesn’t automatically come with any of this. If you can’t get this, configure your settings to use an external SMTP server such as GMail.

Sponsor our Newsletter | Privacy Policy | Terms of Service