How can I send email to 100000 persons? [modified]
-
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
-
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
-
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
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.
-
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
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
-
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.
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
-
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
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