DevPinoy.org
A Filipino Developers Community

>>> First two to make 3 wins! <<<

I need a Dummy/Virtual SMTP Server!

rated by 0 users
This post has 4 Replies | 2 Followers

Top 10 Contributor
Posts 328
Points 4,160
marl Posted: 03-25-2008 7:02 PM

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
Top 200 Contributor
Posts 5
Points 55

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

HTH

 

  • | Post Points: 20
Top 10 Contributor
Posts 328
Points 4,160

smtp.gmail.com

devpinoy sig
  • | Post Points: 20
Top 50 Contributor
Posts 27
Points 435

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
Top 10 Contributor
Posts 953
Points 22,750

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) | RSS

Copyright DevPinoy 2005-2008