how to test php email using WAMP

后端 未结 4 1716
星月不相逢
星月不相逢 2020-12-12 04:21

I have wamp installed and am using it as my testing ground. I can\'t however test the PHP mail() function as it always falls over.

Is this something tha

4条回答
  •  北海茫月
    2020-12-12 04:48

    You could use PHPMailer to point to an external SMTP server. Or you could use a simple script that dumps to a file. There are a couple of earlier questions on the same topic, with more ideas.

提交回复
热议问题