send Bulk email
Hey everyone it's peeb, haven't posted anything in a while; it's been busy. Well from beside working on one .net app, I just get another project assigned to me that needs to be done by the end of this day.
A client wants a bulk emailer of 350 emails of usernames and passwords sent out at once, so my boss tells them I can do it. (Pressure cooker)
Anyway, I have an idea of how to code it, just loop through each record retreive the email address and password, and while in that loop send the password to the retreived email address.
Now logically and pseudocoding is no problem, but Vb.netting it for me is a different story. Loop aren't one of my strong suits.
Well my question is, couldn't I just use the mydatareader to loop through the SQL database and send the emails, or should I use a for loop.
Any suggestions or ideas would help, thanks so much.
peebman2000, June 20th, 2008 09:43 AM
Bookmarks