Method for email testing

后端 未结 14 1747
眼角桃花
眼角桃花 2020-12-24 01:56

I am writing a program that will be emailing reports out many (~100) clients which I want to test before I spam everyone.

I want to do a test run against my producti

14条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-24 02:34

    Post Hoc is a pure Java application that looks exactly like an SMTP server to the application you are testing, but it simply collects all the email messages and allows you to inspect them using a web interface.

    Freely available at: Post Hoc GitHub Site

    For more information: PostHoc: Testing Apps that Send Email

提交回复
热议问题