Anyone? I need the dummy SMTP Server for a tutorial that I am following. Sa development computer ko lang kasi ginagawa 'to. Heto yung code:
<system.net>
<mailSettings>
<smtp from="itsme@mydomain.com">
<network defaultCredential="true"
host="localhost"/>
</smtp>
</system.net>