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

Re: Bulk Email by Kevin

Kevin
Wed Oct 10 02:40:40 PDT 2007

Your best bet would be to set up your own SMTP server.

--
HTH,

Kevin Spencer
Microsoft MVP

DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"SK" <replymeonly@hotmail.com> wrote in message
news:C3319CB4.29F%replymeonly@hotmail.com...
> 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
>



Re: Bulk Email by ivar

ivar
Wed Oct 10 08:52:34 PDT 2007

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.




"SK" <replymeonly@hotmail.com> wrote in message
news:C3319CB4.29F%replymeonly@hotmail.com...
> 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
>