Method for email testing

后端 未结 14 1719
眼角桃花
眼角桃花 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:55

    While searching for options I found the following that may be useful.

    • DevNullSmtp
    • Use a null SMTP server for testing
    • Fake SMTP Service
    • twisted examples/emailserver.tac

提交回复
热议问题