Send Bulk Email to All Subscribers

G

Guest

Hi!
I am working on one Portal project on Asp.net where I need to send Bulk
Email on every thursday Night to the all subscribers. The Portal have have
arround 1,000,000 exciting members and as per members there are so many
Subscribers.

My Problem is how I Send a bulk email to all the subscribes on every
thursday night?

can ur code work for me?

Regards,
maulik
 
G

Guest

Hi Chad,
Thanks a very lot for ur assistance but can u tell me will it work to send
me a 1,000,000 at Every thursday Night because as per my knowledge SMTP can
not Send More than 30 Messages in One loop.

Please guide me if possible

Again Very thanks,
Maulik.
 
C

Chad Z. Hower aka Kudzu

"=?Utf-8?B?TWF1bGlrIFBhbmR5YQ==?="
Thanks a very lot for ur assistance but can u tell me will it work to
send me a 1,000,000 at Every thursday Night because as per my
knowledge SMTP can not Send More than 30 Messages in One loop.

Thats not an SMTP problem, thats a server configuration issue that many servers ipmlement to
prevent smap usage.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Develop ASP.NET applications easier and in less time:
http://www.atozed.com/IntraWeb/
 
C

C-Services Holland b.v.

Maulik said:
Hi Chad,
Thanks a very lot for ur assistance but can u tell me will it work to send
me a 1,000,000 at Every thursday Night because as per my knowledge SMTP can
not Send More than 30 Messages in One loop.

Please guide me if possible

Again Very thanks,
Maulik.

Just out of curiousity, what website are you running that has 1 million
subscribers? If it has that many, it may be interesting to people in here :)
 
G

Guest

ya, its Project form one Product Marketing Company and have more than
1.000.000 Member and All Membaer have its own subscribers :)

I think its Enough..

Chad Can u tell me ur code will work for me to send that much mail in One
Night because performance wise its seems Slower..
 
C

Chad Z. Hower aka Kudzu

"=?Utf-8?B?TWF1bGlrIFBhbmR5YQ==?="
Chad Can u tell me ur code will work for me to send that much mail in
One Night because performance wise its seems Slower..

The performance will be based on your server, its connection to the internet, as well as mail size.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Develop ASP.NET applications easier and in less time:
http://www.atozed.com/IntraWeb/
 

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