in Search
     
Latest post 09-12-2008 3:18 AM by cruizer. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 03-25-2008 7:02 PM

    • marl
    • Top 10 Contributor
    • Joined on 12-14-2007
    • Long Beach, CA
    • Posts 319
    • Points 3,995

    I need a Dummy/Virtual SMTP Server!

    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>
    devpinoy sig
    • Post Points: 20
  • 07-29-2008 7:39 AM In reply to

    • xyz
    • Top 200 Contributor
    • Joined on 07-29-2008
    • Posts 5
    • Points 55

    Re: I need a Dummy/Virtual SMTP Server!

    Try gmail, yahoo or hotmail all of this supports SMTP.

    HTH

     

    • Post Points: 20
  • 07-29-2008 8:51 AM In reply to

    • marl
    • Top 10 Contributor
    • Joined on 12-14-2007
    • Long Beach, CA
    • Posts 319
    • Points 3,995

    Re: I need a Dummy/Virtual SMTP Server!

    smtp.gmail.com

    devpinoy sig
    • Post Points: 20
  • 09-11-2008 11:33 PM In reply to

    • patrick
    • Top 50 Contributor
    • Joined on 01-30-2006
    • Posts 27
    • Points 435

    Re: I need a Dummy/Virtual SMTP Server!

    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)

    • Post Points: 20
  • 09-12-2008 3:18 AM In reply to

    • cruizer
    • Top 10 Contributor
    • Joined on 12-13-2005
    • Singapore
    • Posts 944
    • Points 22,590

    Re: I need a Dummy/Virtual SMTP Server!

    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 Yes

    http://devpinoy.org/blogs/cruizer
    Naglalayong buksan at palayain ang kamalayan ng Pinoy .NET developer
    • Post Points: 5
Page 1 of 1 (5 items)