Consider a website with many transaction in day. for each transaction (i.e: sending message from user A to user B) we must send notification email to the recipient.
suppose we must send 500,000 email per day. how we can do this?
for example this is my idea:
buy another dedicated server with 20 IP (or higher) and install WMvare and 20 virtual machin. install in every VM, new hmailserver.
now store every email in database and run a scheduled task and send email. selection of mail server is based of round robin algoritm.
it is one idea. is there any better solution?
please don't offer using of third party solutions. who we can implement it?
website hosted in windows server and run under iis and asp.net.
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
|
|
|||
|
|
closed as not constructive by John Conde♦ Jan 22 at 23:04
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.