Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. IT & Infrastructure
  4. Needed: Code or Component to do Bulk Emails (Persistent SMTP Connections)

Needed: Code or Component to do Bulk Emails (Persistent SMTP Connections)

Scheduled Pinned Locked Moved IT & Infrastructure
combusinesstutorialquestion
7 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    remoteportal
    wrote on last edited by
    #1

    We need to send thousands of legitimate order confirmation emails every day because of our high-volume DVD business. Does anyone know how to use the Microsoft dot-net components to do this? :) We need a solution to open the socket connection and keep it open for multiple sends instead of being connected every time. We need to do the following scenario: Connect Send Send Send ... Disconnect Or does anyone know of a 3rd party component that does this? IP*Works! does this BUT it's way too expensive :(( and we only need this one component of their suite. Pete MovieMars.com IT Dept.

    L V Y 3 Replies Last reply
    0
    • R remoteportal

      We need to send thousands of legitimate order confirmation emails every day because of our high-volume DVD business. Does anyone know how to use the Microsoft dot-net components to do this? :) We need a solution to open the socket connection and keep it open for multiple sends instead of being connected every time. We need to do the following scenario: Connect Send Send Send ... Disconnect Or does anyone know of a 3rd party component that does this? IP*Works! does this BUT it's way too expensive :(( and we only need this one component of their suite. Pete MovieMars.com IT Dept.

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      Yes you can do that using System.Net.Socket and related classes, sort of. I mean it's not Connect Send Send Send because that's not how the SMTP protocol works. You can find out how it works by Googling it. There has been tons of information about SMTP on the internet since like 1995.

      led mike

      R 1 Reply Last reply
      0
      • L led mike

        Yes you can do that using System.Net.Socket and related classes, sort of. I mean it's not Connect Send Send Send because that's not how the SMTP protocol works. You can find out how it works by Googling it. There has been tons of information about SMTP on the internet since like 1995.

        led mike

        R Offline
        R Offline
        remoteportal
        wrote on last edited by
        #3

        Thanks but the System.Net.Socket is too low-level. I don't want to learn another protocol and support another area of code--Then I have to write additions to do attachments, MIME, etc.--I'm too busy as it is :sigh: . Does Microsoft provide any higher-level ways of doing this? >> because that's not how the SMTP protocol works isn't it as simple as connecting, then doing multiple SMTP conversations, then disconnecting? Pete

        L 1 Reply Last reply
        0
        • R remoteportal

          Thanks but the System.Net.Socket is too low-level. I don't want to learn another protocol and support another area of code--Then I have to write additions to do attachments, MIME, etc.--I'm too busy as it is :sigh: . Does Microsoft provide any higher-level ways of doing this? >> because that's not how the SMTP protocol works isn't it as simple as connecting, then doing multiple SMTP conversations, then disconnecting? Pete

          L Offline
          L Offline
          led mike
          wrote on last edited by
          #4

          remoteportal wrote:

          then doing multiple SMTP conversations, then disconnecting?

          yes but your post said send,send,send which does not match a SMTP conversation. I had no way of knowing if you knew anything about SMTP.

          remoteportal wrote:

          I'm too busy as it is

          Well I can't help you with your planning.

          led mike

          1 Reply Last reply
          0
          • R remoteportal

            We need to send thousands of legitimate order confirmation emails every day because of our high-volume DVD business. Does anyone know how to use the Microsoft dot-net components to do this? :) We need a solution to open the socket connection and keep it open for multiple sends instead of being connected every time. We need to do the following scenario: Connect Send Send Send ... Disconnect Or does anyone know of a 3rd party component that does this? IP*Works! does this BUT it's way too expensive :(( and we only need this one component of their suite. Pete MovieMars.com IT Dept.

            V Offline
            V Offline
            Vasudevan Deepak Kumar
            wrote on last edited by
            #5

            Woudn't Persits ASPEmail suffice your needs?

            Vasudevan Deepak Kumar Personal Homepage
            Tech Gossips
            A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

            1 Reply Last reply
            0
            • R remoteportal

              We need to send thousands of legitimate order confirmation emails every day because of our high-volume DVD business. Does anyone know how to use the Microsoft dot-net components to do this? :) We need a solution to open the socket connection and keep it open for multiple sends instead of being connected every time. We need to do the following scenario: Connect Send Send Send ... Disconnect Or does anyone know of a 3rd party component that does this? IP*Works! does this BUT it's way too expensive :(( and we only need this one component of their suite. Pete MovieMars.com IT Dept.

              Y Offline
              Y Offline
              Ylno
              wrote on last edited by
              #6

              Look in to using VBA to control Outlook. If you go over to mrexcel.com you'll find some code(search the message boards) that will control outlook from Excel. That way you just set up your spread sheets and have the code loop through the lists sending email as it goes.

              S 1 Reply Last reply
              0
              • Y Ylno

                Look in to using VBA to control Outlook. If you go over to mrexcel.com you'll find some code(search the message boards) that will control outlook from Excel. That way you just set up your spread sheets and have the code loop through the lists sending email as it goes.

                S Offline
                S Offline
                Sebastian Schneider
                wrote on last edited by
                #7

                Are you nuts? Just because you can do something it doesnt mean you should...

                Cheers, Sebastian -- "If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups