Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8085527
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T18:09:04+00:00 2026-06-05T18:09:04+00:00

I have a website and I need to send personalized emails to registered members.

  • 0

I have a website and I need to send personalized emails to registered members. This is not an advertizing procedure (spam) rather inform them of their status from time to time. The number of emails that have to be sent in batch are up to 3000. The website is hosted on windows 2008 Server (VPS) and I have installed SMTP on IIS7.

After spending some time reading on how to implement a mechanism for sending mass emails through asp.net, I feel a bit confused.


From what I read I can :

  • send them synchronously or asynchronously (new thread) in a loop
  • prepare and put them in pickup directory
  • create a windows service that would check for an existing queue
  • send them from sql server 2008 (I have express).

Can you please suggest the best way to go with?

Would I have problems regarding black-listing my server?

Is there a better way, not mentioned here, for implementing this?

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T18:09:06+00:00Added an answer on June 5, 2026 at 6:09 pm

    In regards to your server being blacklisted, it doesn’t really matter how much you send out “at a time” its more “who you send them to”. If you send them to user who don’t want them, and they report you as a spammer then you will undoubtedly get blacklisted by one of the many DNS blacklisting sites around.

    Always ensure that people opt in first using a double opt-in system, you send an email, if they respond to “activate the account” then you can send them more email, if they don’t assume they typed in the wrong address.

    In terms of the best way to process, I have always found the best way is to write a small service which runs separately from the site. You really don’t want to be sending out emails using the same thread as the IIS service.

    If you want to REALLY go for the full blown professional way. You would want to implement some form of message queue system (like ActiveMQ or RabbitMQ) which you send messages around in, and put them into a queue, you would then create a windows process to listen to one of those queues and when a email comes in send it out. That way if your mail processor dies, or is running slowly etc etc you could bring up more processors, connect it to the same queue and more processes share the job (simple distribution).

    A slightly less complex way, would be to use a FIFO queue, which would be easily made in a database just save the emails to a table with a datestamp, and send them with a SELECT TOP 10 * FROM OutgoingMail ORDER BY datestamp ASC (remember and use proper indexes) then use a service to just send them out in batches.

    Asynch should be avoided if possible from IIS for something like this, you don’t want the app pool recycling half way through your job.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a username as password which I need to send to a website
I have a website that has SignalR hub, in this hub I need to
I am developing an Codeigniter based website and I need to send emails to
I have a contact form in my website. I need users to send messages
I have a website I need to find the id of my selected profile
I have a website which I need to update, but I've lost the local
I have a website for which I need to implement the admin interface. The
I have a website based on Wordpress, built with pages. I need to have:
I have a website with a menu. To generate the menu, I need some
I have a cart on my website and I need to let users easily

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.