PHP Mail stops working without me editing the code

前端 未结 3 799
傲寒
傲寒 2021-01-21 23:56

I have a problem with my PHP Mail. It stops working from time to time without me even touching the code. I have a script which checks if required forms are empty. This script wo

3条回答
  •  既然无缘
    2021-01-22 00:17

    could not find if anything wrong in your code. check if APC cache is enabled in your server. sometimes it creates problem in taking updated code.

    if you are using SMTP server then mail() function may not work. you can use PEARS for this.

提交回复
热议问题