PC Review


Reply
Thread Tools Rate Thread

Send Bulk Email to All Subscribers

 
 
=?Utf-8?B?TWF1bGlrIFBhbmR5YQ==?=
Guest
Posts: n/a
 
      23rd Jun 2005
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

 
Reply With Quote
 
 
 
 
Cor Ligthert
Guest
Posts: n/a
 
      23rd Jun 2005
Maulik,

Have a look at system.webmail or SMTP.

The ultimate spam engine.

This is the page that tells everything about it.

http://www.systemwebmail.net/

I hope this helps,

Cor


 
Reply With Quote
 
Chad Z. Hower aka Kudzu
Guest
Posts: n/a
 
      23rd Jun 2005
"=?Utf-8?B?TWF1bGlrIFBhbmR5YQ==?="
<(E-Mail Removed)> wrote in
news:83311BF7-2A59-4806-A86E-(E-Mail Removed):
> My Problem is how I Send a bulk email to all the subscribes on every
> thursday night?
>
> can ur code work for me?


http://www.codeproject.com/csharp/IndySMTP.asp


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

Get your ASP.NET in gear with IntraWeb!
http://www.atozed.com/IntraWeb/
 
Reply With Quote
 
=?Utf-8?B?TWF1bGlrIFBhbmR5YQ==?=
Guest
Posts: n/a
 
      23rd Jun 2005
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.

"Chad Z. Hower aka Kudzu" wrote:

> "=?Utf-8?B?TWF1bGlrIFBhbmR5YQ==?="
> <(E-Mail Removed)> wrote in
> news:83311BF7-2A59-4806-A86E-(E-Mail Removed):
> > My Problem is how I Send a bulk email to all the subscribes on every
> > thursday night?
> >
> > can ur code work for me?

>
> http://www.codeproject.com/csharp/IndySMTP.asp
>
>
> --
> Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
> "Programming is an art form that fights back"
>
> Get your ASP.NET in gear with IntraWeb!
> http://www.atozed.com/IntraWeb/
>

 
Reply With Quote
 
Chad Z. Hower aka Kudzu
Guest
Posts: n/a
 
      23rd Jun 2005
"=?Utf-8?B?TWF1bGlrIFBhbmR5YQ==?="
<(E-Mail Removed)> wrote in
news:366FA291-8CE1-4E83-A857-(E-Mail Removed):
> 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/
 
Reply With Quote
 
C-Services Holland b.v.
Guest
Posts: n/a
 
      23rd Jun 2005
Maulik Pandya wrote:

> 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

--
Rinze van Huizen
C-Services Holland b.v.
 
Reply With Quote
 
Chad Z. Hower aka Kudzu
Guest
Posts: n/a
 
      23rd Jun 2005
"C-Services Holland b.v." <(E-Mail Removed)> wrote in
news:be2dnaZezND-(E-Mail Removed):
> 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


Or we may want to not be on that list as well.


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

Empower ASP.NET with IntraWeb
http://www.atozed.com/IntraWeb/
 
Reply With Quote
 
Chris Dunaway
Guest
Posts: n/a
 
      23rd Jun 2005
Chad Z. Hower aka Kudzu wrote:
> prevent smap usage.


Hey Chad, what is smap?? Is that some particularly vile strain of spam?


BTW: Indy is great!

 
Reply With Quote
 
Chad Z. Hower aka Kudzu
Guest
Posts: n/a
 
      23rd Jun 2005
"Chris Dunaway" <(E-Mail Removed)> wrote in news:1119549675.063617.27460
@g49g2000cwa.googlegroups.com:
> Hey Chad, what is smap?? Is that some particularly vile strain of spam?
>


Its the next generatino of spam.

> BTW: Indy is great!


Thanks, but on behalf of the whole team.


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

Make your ASP.NET applications run faster
http://www.atozed.com/IntraWeb/
 
Reply With Quote
 
=?Utf-8?B?TWF1bGlrIFBhbmR5YQ==?=
Guest
Posts: n/a
 
      24th Jun 2005
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..

"Chad Z. Hower aka Kudzu" wrote:

> "C-Services Holland b.v." <(E-Mail Removed)> wrote in
> news:be2dnaZezND-(E-Mail Removed):
> > 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

>
> Or we may want to not be on that list as well.
>
>
> --
> Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
> "Programming is an art form that fights back"
>
> Empower ASP.NET with IntraWeb
> http://www.atozed.com/IntraWeb/
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to send Bulk Email =?Utf-8?B?cGM=?= Windows Vista Mail 2 2nd Sep 2007 03:37 AM
How to send bulk email confidential to each other's name =?Utf-8?B?c2VuZGluZyBidWxrIGVtYWlsIGNvbmZpZGVudGlh Microsoft Outlook Discussion 2 6th Aug 2007 10:06 AM
Send a bulk email from a field that contains email addresses =?Utf-8?B?a2hhcnJpc29u?= Microsoft Access 0 16th Apr 2007 06:08 AM
How to send Bulk email TonySper Windows XP New Users 20 22nd Aug 2005 07:08 PM
How do I send bulk email using email addresses from Access field? =?Utf-8?B?U2FyYWg=?= Microsoft Access 4 4th May 2005 09:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:09 PM.