Bulk Email

  • Thread starter Thread starter SK
  • Start date Start date
S

SK

Hello All,

I'm trying to understand how one can send 5000 emails using system.web.mail
namespace. I used google, even my own smtp account information - they both
send only 500 emails/ day but I need to create a program to send 5000
emails. I know there are programs that does that but I would really
appreciate if someone can guide me here...

Thanks,
SK
 
Hi,

5000 not problem if not in one server.

you can do the best app what you can, but most servers have messages per IP
per day limit, so ... .
If this is not case, i'm sure system.web.mail will able to send xxx count
emails.

Thre is solution, multiple public IP and you load balance them, so then
limit per public IP and you wont be blocked.
 
Back
Top