Testing SMTP with .net

Posted by ListenToRick on Stack Overflow See other posts from Stack Overflow or by ListenToRick
Published on 2009-02-15T13:40:47Z Indexed on 2010/03/15 21:59 UTC
Read the original article Hit count: 277

Filed under:
|
|
|

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 want to make sure that my code is correct. So I want to be able to check that the email is placed in a queue folder for example.

Can anybody recommend a SMTP server which is easy to configure?

© Stack Overflow or respective owner

Related posts about smtp

Related posts about .NET