How to test SMTP Email code with development computer only running IIS5.0

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default How to test SMTP Email code with development computer only running IIS5.0

    Please give me some ideas on how to setup the ability to test
    System.Web.Mail code to send emails using just my development computer,
    Win2000Pro OS and IIS5.0?

    Thanks,

    Bob Hanson


    Robert V. Hanson Guest

  2. Similar Questions and Discussions

    1. works on development computer, not on website
      Hi, I'm using LoadVars to retrieve some data from a table using php. When I use the app from within my Flash environment I am able to retrieve...
    2. SMTP email
      I am trying to do a basic email with coldfusion. I set up my mail server (mail.mywebite.com) and it says that it connects successfully. When I test...
    3. SMTP service running on port 26 + CDONTS
      How do you change the port in which CDONTS will look for Microsoft SMTP server? I have Imail running on port 25, and I have SMTP service running on...
    4. Cannot send email using SMTP
      We have developed a commercial ASP.net application (personal nutrition management and tracking); we want to send smtp email from within it. For...
    5. Mac OS X EMail SMTP Setting
      Hey guys, I have a Mac OS X and use the Email program that came with the computer. I recently moved from Florida and removed my old Pop account...
  3. #2

    Default RE: How to test SMTP Email code with development computer only running IIS5.0

    Hi Bob,

    You can likely simply use the SMTP server that you have configured in your
    mail client.

    Jim Cheshire
    Developer Support
    ASP.NET
    [email]jamesche@online.microsoft.com[/email]

    This post is provided as-is with no warranties and confers no rights.

    --------------------
    >From: "Robert V. Hanson" <roberth@cpuandsimplepdm.com>
    >Newsgroups: microsoft.public.dotnet.framework.aspnet
    >Subject: How to test SMTP Email code with development computer only
    running IIS5.0
    >Date: Mon, 28 Jul 2003 15:36:49 -0500
    >Organization: Posted via Supernews, [url]http://www.supernews.com[/url]
    >Message-ID: <vib2ihdjbltt12@corp.supernews.com>
    >X-Priority: 3
    >X-MSMail-Priority: Normal
    >X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
    >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
    >X-Complaints-To: [email]abuse@supernews.com[/email]
    >Lines: 9
    >Path:
    cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-onlin
    e.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-
    post-01!supernews.com!corp.supernews.com!not-for-mail
    >Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:162758
    >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    >
    >Please give me some ideas on how to setup the ability to test
    >System.Web.Mail code to send emails using just my development computer,
    >Win2000Pro OS and IIS5.0?
    >
    >Thanks,
    >
    >Bob Hanson
    >
    >
    >
    Jim Cheshire Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139