I have a mailing list with litle over 40.000 people, what I want to do is to be able to sent them mail with C# using SmtpMail(is there anything else?) which is in the .Net framework. The problem is that I want to do this through a ASP.Net page(.aspx) but I belive when sending to so many people that it would time out or the aspx page would be running for few minutes, I don't want that.<BR><BR>One solution I've thought about is to let the aspx page run a console application that would send to all the people, that would make the aspx page run instantly and the console in the background.<BR><BR>If anybody knows of any other solution I would realy like to hear it. Is Message Queue something that I should think about?<BR><BR>Hope to get response<BR><BR>Please don't come with the comment that I'm doing this for pure spamming, these are people that have requested an email..Since nobody uses C# forum, so I posted it hereInstead of telling on him for crossposting, come up with a solution that will eliminate the concept of crossposting.<BR>(I will get you started. check related forums for similar post and combine into one post. But allow the post to be displayed on both forums. There you go a simple requirement.)<BR><BR>T<BR><BR>