How to test if PHP mail() has successfully delivered mail

后端 未结 8 1745
陌清茗
陌清茗 2020-12-18 20:01

How can I test if mail() has successfully delivered mail?

8条回答
  •  一生所求
    2020-12-18 20:38

    From http://php.net/mail

    Returns TRUE if the mail was successfully accepted for delivery, FALSE otherwise.
    

提交回复
热议问题