I cannot get an email from my website

Hello everyone. I have a problem with my website.
I’m building a website which has a form. All the information on the form must be sent to my email. When i wanna test the function filling the form and sending the information the website is redirected to a http 500 error and i dont receive any info in my email. Time ago this same function worked. i’ve not changed nothing on my code

Why is that ??
I paste a capture showing the error

image

Hi, php mail() is notoriously unreliable at 000webhost. Try using PHPMailer.

This topic was automatically closed after 23 hours. New replies are no longer allowed.