Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Mass email newshot

Reply
Thread Tools

Mass email newshot

 
 
PokerMan
Guest
Posts: n/a
 
      10-12-2007
Hi guys

Can anyone tell me the best way to implement a mass email newshot, to
1million plus people!

I have done this:

1) Set up a news email account on my server
2) Set that email as the email for the news shot
3) Used smtp client of asp to make the email
4) Loop through a paged sql server stored proc to retrieve the data in a
datareader (for performance)
5) Using the paged amounts of 100k a time, then loop through, get email and
add to emailer message.add(destEmail), and then send

What is the best way? And wont this methood cause MASS spam of any bounced
emails back to my server??

Thanks


 
Reply With Quote
 
 
 
Reply

Thread Tools

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
I need to mass email my ex-employer John Doe Computer Support 10 12-27-2007 06:01 AM
Re: I need to mass email my ex-employer John Doe Computer Support 3 12-21-2007 05:26 AM
Mass Email and Stringbuilder =?Utf-8?B?SSBhbSBTYW0=?= ASP .Net 0 04-24-2005 09:33 PM
How can i make a email mass sender with asp.net ? Steve C. Orr, MCSD ASP .Net 2 08-20-2003 11:36 PM
How can i make a email mass sender with asp.net ? Gil \(Asp.net Developer\) ASP .Net Web Controls 3 08-20-2003 11:36 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57