how to configure PHP function mail

Avatar
  • Answered
On my websites contact page, the email for persons to contact me is sent by PHP function mail. How do I check to see if this is activated and configured correctly?
Avatar
Arn
Hello, Thanks for the question! If you are using a form on your website for contact using PHP Mail, then you would need to look at the code on the contact page to see how it is configured. I took a look at the website myself, and it appears that the Contact page is written using Adobe Flash. The only way to look at it in that case would be to contact the programmer/designer who put together the form and then make sure that it's configured the way you want it. Other than that, you would need to test it by simply adding information to the form and then see if you're getting it at your contact email address. Unfortunately, since the contact page is written in Flash, we are unable to see it directly to see how it is configured since the code is compiled into a SWF file (a Flash file). On the other hand, if you want more information on using PHP mail, you can find it here. If you have any further questions, please let us know. Regards, Arnel C.