PHP mail() timeout

后端 未结 5 1631
遇见更好的自我
遇见更好的自我 2021-02-13 23:17

First a few infos:

  • Debian Squeeze
  • PHP 5.3.3
  • PHP with mod_cgi
  • I absolutely HAVE to use mail() in this case. For all my other
5条回答
  •  广开言路
    2021-02-14 00:15

    Do you have a problem using:

    exec('php -r \"mail('rudolf@geardev.de', 'test', 'test');\"');
    

提交回复
热议问题