-1

I put my website on a server and for test the contact-form. I have a line which said me the mail is send but in my mail i never get the mail, then i don't understand what is wrong in my code. Can you help me please ?

PHP Contact Form:

http://www.noelshack.com/2017-36-3-1504703208-capture4.png

Html Contact-Form:

http://www.noelshack.com/2017-36-3-1504703215-capture5.png

Sorry it's my first time and i dont understand how to put code in the editor...

Thx for your comprehension

Funk Forty Niner
  • 74,450
  • 15
  • 68
  • 141
Khyra
  • 1

1 Answers1

0

PHP mail() function accepts 4 arguments but you're passing 5.
Remove $enterprise from mail() function as this is invalid argument.
Refer to http://php.net/manual/en/function.mail.php

Aakash Martand
  • 926
  • 1
  • 8
  • 21