PHP email form isnt working

solved solved solved solved solved solved solved

Hi @studio1001,

there can be few reason for not working/sending the email:

  1. your website not working PHP default mail function and require secure system like SMTP. In this case you can use phpmailer to send email.
  2. your email is going to spam/junk folder. You should to check those.
  3. the script may produce any error in your server. You can check the server error log by yourself or through your hosting support.

Your hosting support can check it and can tell you what is going wrong there.

Thanks

thank you :crown:

1 Like

Well, to fix this problem you can follow some steps such as Reviewing email server configuration to ensure it allows receiving emails from the form or can test the form with different email addresses to determine if the issue is specific to the (removed) email address.
I hope it will work for you.
Thanks