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. Web Development
  3. ASP.NET
  4. How can I send email to 100000 persons? [modified]

How can I send email to 100000 persons? [modified]

Scheduled Pinned Locked Moved ASP.NET
question
6 Posts 3 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.
  • M Offline
    M Offline
    m khansari
    wrote on last edited by
    #1

    Hello A website with hundreds of thousands of user-Suppose, how can I send a mail to website's users duration 1 hour what's the solution? Thanks

    Mohammad Khansari

    modified on Tuesday, November 3, 2009 6:54 AM

    A L 2 Replies Last reply
    0
    • M m khansari

      Hello A website with hundreds of thousands of user-Suppose, how can I send a mail to website's users duration 1 hour what's the solution? Thanks

      Mohammad Khansari

      modified on Tuesday, November 3, 2009 6:54 AM

      A Offline
      A Offline
      Ashfield
      wrote on last edited by
      #2

      Write a very fast bit of code (multi-threaded probably) and hope your mail server can cope - and it doesn't think it's spam

      Bob Ashfield Consultants Ltd Proud to be a 2009 Code Project MVP

      M 1 Reply Last reply
      0
      • M m khansari

        Hello A website with hundreds of thousands of user-Suppose, how can I send a mail to website's users duration 1 hour what's the solution? Thanks

        Mohammad Khansari

        modified on Tuesday, November 3, 2009 6:54 AM

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        If you try to send thousands of emails within a very short period of time, your email server will probably block it thinking someone is trying to overload it. You can probably split your users into batches and try to send emails through different email servers.

        M 1 Reply Last reply
        0
        • A Ashfield

          Write a very fast bit of code (multi-threaded probably) and hope your mail server can cope - and it doesn't think it's spam

          Bob Ashfield Consultants Ltd Proud to be a 2009 Code Project MVP

          M Offline
          M Offline
          m khansari
          wrote on last edited by
          #4

          Hello Thanks for your consideration Do you know content management systems in this case how to act? Standard method in this field there are there?

          Mohammad Khansari

          A 1 Reply Last reply
          0
          • L Lost User

            If you try to send thousands of emails within a very short period of time, your email server will probably block it thinking someone is trying to overload it. You can probably split your users into batches and try to send emails through different email servers.

            M Offline
            M Offline
            m khansari
            wrote on last edited by
            #5

            Hello Thanks for your consideration Do you know content management systems in this case how to act? Standard method in this field there are there?

            Mohammad Khansari

            1 Reply Last reply
            0
            • M m khansari

              Hello Thanks for your consideration Do you know content management systems in this case how to act? Standard method in this field there are there?

              Mohammad Khansari

              A Offline
              A Offline
              Ashfield
              wrote on last edited by
              #6

              I doubt any CMS system will even attempt to email 100,000 people in an hour. If you have to email that many people then you will probably need to do as I suggested in my first reply, and multi-thread, probably to different mail servers. If you are using a 3rd party host then you are probably not going to acheive it anyway as they will treat it as a DOS attack.

              Bob Ashfield Consultants Ltd Proud to be a 2009 Code Project MVP

              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