gnsdeve2
New Member
- Messages
- 3
- Reaction score
- 0
- Points
- 1
Hi,
I have created a PHP contact form using Ajax for my website but the problem is it is not sending out an email. I have checked the code over and over but I can't see where the problem is.
I have written a small piece of test code to send an email to my email address which works.
The code is:
I have included my correct email below in place of myemailaddress
<php
mail('myemailadress', 'Test', 'This is a test!');
?>
Anybody have any ideas and thanks in advance.
I have created a PHP contact form using Ajax for my website but the problem is it is not sending out an email. I have checked the code over and over but I can't see where the problem is.
I have written a small piece of test code to send an email to my email address which works.
The code is:
I have included my correct email below in place of myemailaddress
<php
mail('myemailadress', 'Test', 'This is a test!');
?>
Anybody have any ideas and thanks in advance.