Testing SMTP with .net

后端 未结 17 1292
[愿得一人]
[愿得一人] 2020-12-04 09:54

I need to configure a SMTP server for testing my website which sends emails (for registration confirmation etc).

I dont actually want the email to be sent, I just w

17条回答
  •  暖寄归人
    2020-12-04 10:32

    I think the blog post A Simple SMTP Server Mock for .NET gives you what you need: a SMTP server mock

    A SMTP server mock is basically a fake SMTP server which can be used for unit testing of applications which send email messages.

    Also, a google search for smtp mock server will provide you with a selection of SMTP servers for testing purposes. Like:

    • Dumbster - Java fake SMTP server
    • nDumbster - .NET port of Dumbster

提交回复
热议问题