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>
Try gmail, yahoo or hotmail all of this supports SMTP.
HTH
smtp.gmail.com
Mercury Mail. It comes usually with XAMPP but I use that for testing the e-mail sending functionality of my web application. In that way, you can simulate e-mail sending even offline (ergo, local development)
i agree with Patrick, Mercury Mail Server (just use a search engine to look for it) is pretty easy to set up, and comes with POP/IMAP servers for reading email sent to your test mailboxes