SMTP e-mail from VB.NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Toble Rone

    #1

    SMTP e-mail from VB.NET

    Can anyone direct me to an article that explain how to send normal smtp
    emails from a VB.net windows app?. (i mean, using normal tcp to send the
    mail)

    Tnx in advance


  • Brian Henry

    #2
    Re: SMTP e-mail from VB.NET

    if you don't want to use the built in SMTP control (which is limited) and
    create your own system look up the SMTP RFC document.. else



    Great domain names provide SEO, branding, and a memorable experience for your users. Get a premium domain today.







    google is your friend


    "Toble Rone" <toble5@yahoo.c om.ar> wrote in message
    news:%234YRx3ZA EHA.3712@tk2msf tngp13.phx.gbl. ..[color=blue]
    > Can anyone direct me to an article that explain how to send normal smtp
    > emails from a VB.net windows app?. (i mean, using normal tcp to send the
    > mail)
    >
    > Tnx in advance
    >
    >[/color]


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: SMTP e-mail from VB.NET

      * "Toble Rone" <toble5@yahoo.c om.ar> scripsit:[color=blue]
      > Can anyone direct me to an article that explain how to send normal smtp
      > emails from a VB.net windows app?. (i mean, using normal tcp to send the
      > mail)[/color]

      Why not use the appropriate classes from the .NET Framework?

      <http://www.mvps.org/dotnet/dotnet/samples/net/downloads/SendMail.zip>

      --
      Herfried K. Wagner [MVP]
      <http://dotnet.mvps.org/>

      Comment

      • Chad Z. Hower aka Kudzu

        #4
        Re: SMTP e-mail from VB.NET

        hirf-spam-me-here@gmx.at (Herfried K. Wagner [MVP]) wrote in news:c27ku1
        $1p70ut$3@ID-208219.news.uni-berlin.de:[color=blue]
        > Why not use the appropriate classes from the .NET Framework?
        >
        ><http://www.mvps.org/dotnet/dotnet/samples/net/downloads/SendMail.zip>[/color]

        They will do the job if your job is simple. They dont support much beyond
        basic attachments and plain mails. Also they need CDO to be installed which
        not all machines have.


        --
        Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
        "Programmin g is an art form that fights back"

        Comment

        • Chad Z. Hower aka Kudzu

          #5
          Re: SMTP e-mail from VB.NET

          "Toble Rone" <toble5@yahoo.c om.ar> wrote in news:#4YRx3ZAEH A.3712
          @tk2msftngp13.p hx.gbl:[color=blue]
          > Can anyone direct me to an article that explain how to send normal smtp
          > emails from a VB.net windows app?. (i mean, using normal tcp to send the
          > mail)[/color]

          http://www.indyproject.org includes a free robust SMTP component.

          VB sample code of SMTP here:



          --
          Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
          "Programmin g is an art form that fights back"

          Comment

          • Herfried K. Wagner [MVP]

            #6
            Re: SMTP e-mail from VB.NET

            * "Chad Z. Hower aka Kudzu" <cpub@hower.org > scripsit:[color=blue]
            > hirf-spam-me-here@gmx.at (Herfried K. Wagner [MVP]) wrote in news:c27ku1
            > $1p70ut$3@ID-208219.news.uni-berlin.de:[color=green]
            >> Why not use the appropriate classes from the .NET Framework?
            >>
            >> <http://www.mvps.org/dotnet/dotnet/samples/net/downloads/SendMail.zip>[/color]
            >
            > They will do the job if your job is simple. They dont support much beyond
            > basic attachments and plain mails. Also they need CDO to be installed which
            > not all machines have.[/color]

            ACK. Nevertheless, you already posted the "other" solution.

            --
            Herfried K. Wagner [MVP]
            <http://dotnet.mvps.org/>

            Comment

            • Chad Z. Hower aka Kudzu

              #7
              Re: SMTP e-mail from VB.NET

              hirf-spam-me-here@gmx.at (Herfried K. Wagner [MVP]) wrote in
              news:OhNwKS7AEH A.712@tk2msftng p13.phx.gbl:[color=blue][color=green][color=darkred]
              >>> <http://www.mvps.org/dotnet/dotnet/samples/net/downloads/SendMail.zip>[/color]
              >>
              >> They will do the job if your job is simple. They dont support much
              >> beyond basic attachments and plain mails. Also they need CDO to be
              >> installed which not all machines have.[/color]
              >
              > ACK. Nevertheless, you already posted the "other" solution.[/color]

              BTW - I wasnt "attacking your demo - I just saw it linked now. I was
              referencing the System.Web.Mail which your demo uses.

              Just to be clear. :)




              --
              Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
              "Programmin g is an art form that fights back"

              Comment

              • Jack

                #8
                Re: SMTP e-mail from VB.NET

                For an inexpensive SMTP solution within .NET you can look at Component
                Designs ezSMTP .NET component www.componentdesigns.com.

                "Chad Z. Hower aka Kudzu" <cpub@hower.org > wrote in message news:<Xns94A4DC B0592E7cpub@127 .0.0.1>...[color=blue]
                > "Toble Rone" <toble5@yahoo.c om.ar> wrote in news:#4YRx3ZAEH A.3712
                > @tk2msftngp13.p hx.gbl:[color=green]
                > > Can anyone direct me to an article that explain how to send normal smtp
                > > emails from a VB.net windows app?. (i mean, using normal tcp to send the
                > > mail)[/color]
                >
                > http://www.indyproject.org includes a free robust SMTP component.
                >
                > VB sample code of SMTP here:
                > www.atozed.com/indy/[/color]

                Comment

                • Jack

                  #9
                  Re: SMTP e-mail from VB.NET

                  For an inexpensive SMTP solution within .NET you can look at Component
                  Designs ezSMTP .NET component www.componentdesigns.com.

                  "Chad Z. Hower aka Kudzu" <cpub@hower.org > wrote in message news:<Xns94A4DC B0592E7cpub@127 .0.0.1>...[color=blue]
                  > "Toble Rone" <toble5@yahoo.c om.ar> wrote in news:#4YRx3ZAEH A.3712
                  > @tk2msftngp13.p hx.gbl:[color=green]
                  > > Can anyone direct me to an article that explain how to send normal smtp
                  > > emails from a VB.net windows app?. (i mean, using normal tcp to send the
                  > > mail)[/color]
                  >
                  > http://www.indyproject.org includes a free robust SMTP component.
                  >
                  > VB sample code of SMTP here:
                  > www.atozed.com/indy/[/color]

                  Comment

                  • Jack

                    #10
                    Re: SMTP e-mail from VB.NET

                    For an inexpensive SMTP solution within .NET you can look at Component
                    Designs ezSMTP .NET component www.componentdesigns.com.

                    "Chad Z. Hower aka Kudzu" <cpub@hower.org > wrote in message news:<Xns94A4DC B0592E7cpub@127 .0.0.1>...[color=blue]
                    > "Toble Rone" <toble5@yahoo.c om.ar> wrote in news:#4YRx3ZAEH A.3712
                    > @tk2msftngp13.p hx.gbl:[color=green]
                    > > Can anyone direct me to an article that explain how to send normal smtp
                    > > emails from a VB.net windows app?. (i mean, using normal tcp to send the
                    > > mail)[/color]
                    >
                    > http://www.indyproject.org includes a free robust SMTP component.
                    >
                    > VB sample code of SMTP here:
                    > www.atozed.com/indy/[/color]

                    Comment

                    • Shawn Mehaffie

                      #11
                      Re: SMTP e-mail from VB.NET

                      We use freeSMTP and are very happy with the free version.



                      S. Shawn Mehaffie

                      "Jack" <maxcracker@yah oo.com> wrote in message
                      news:87441cd6.0 404040813.72a28 59b@posting.goo gle.com...[color=blue]
                      > For an inexpensive SMTP solution within .NET you can look at Component
                      > Designs ezSMTP .NET component www.componentdesigns.com.
                      >
                      > "Chad Z. Hower aka Kudzu" <cpub@hower.org > wrote in message[/color]
                      news:<Xns94A4DC B0592E7cpub@127 .0.0.1>...[color=blue][color=green]
                      > > "Toble Rone" <toble5@yahoo.c om.ar> wrote in news:#4YRx3ZAEH A.3712
                      > > @tk2msftngp13.p hx.gbl:[color=darkred]
                      > > > Can anyone direct me to an article that explain how to send normal[/color][/color][/color]
                      smtp[color=blue][color=green][color=darkred]
                      > > > emails from a VB.net windows app?. (i mean, using normal tcp to send[/color][/color][/color]
                      the[color=blue][color=green][color=darkred]
                      > > > mail)[/color]
                      > >
                      > > http://www.indyproject.org includes a free robust SMTP component.
                      > >
                      > > VB sample code of SMTP here:
                      > > www.atozed.com/indy/[/color][/color]


                      Comment

                      • Chad Z. Hower aka Kudzu

                        #12
                        Re: SMTP e-mail from VB.NET

                        "Shawn Mehaffie" <PCResourcesLLC @hotmail.com> wrote in news:OGzXHc5PEH A.3452
                        @TK2MSFTNGP10.p hx.gbl:[color=blue]
                        > http://www.quiksoft.com/freesmtp/[/color]

                        Just note that it doesnt support authentication in case you need it.


                        --
                        Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
                        "Programmin g is an art form that fights back"

                        Make your ASP.NET applications run faster

                        Comment

                        Working...