Bulk Email

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
 
I

ivar

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top