Mail returns false

前端 未结 7 1282
太阳男子
太阳男子 2020-11-30 13:43

I\'m currently using a custom made library at my job. Until just rencently the library was working perfectly. It apparently return false since about today.

The libra

7条回答
  •  自闭症患者
    2020-11-30 14:15

    Try setting the

    ini_set('sendmail_from', $from);
    

    If you could show us the code it would be easier to see what is going wrong.

提交回复
热议问题