Test PHP's mail function from localhost

前端 未结 7 1760

I need to test a function that uses PHP\'s mail()
How can I do this without uploading the script to a server and test it online?
What\'s even more I am developin

相关标签:
7条回答
  • 2020-12-04 17:34

    A nice and simple solution for testing:

    http://blogs.bigfish.tv/adam/2009/12/03/setup-a-testing-mail-server-using-php-on-mac-os-x/ Updated link: https://github.com/ifunk/smtp-catcher

    0 讨论(0)
提交回复
热议问题