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

  • Home
  • SEARCH
  • 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 165081
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T11:51:29+00:00 2026-05-11T11:51:29+00:00

Quick question. Just want to confirm that a network call such as to a

  • 0

Quick question. Just want to confirm that a network call such as to a SMTP server doesn’t take up any CPU usage. It only blocks one of my request handling threads and the user who triggered the email has to wait while my webserver is done with the SMTP call. If i send the email in another thread and let the user thread go on, then I get rid of this problem. Right???

One colleague of mine suggested using a separate custom web service that would send an email using a smtp server?

  • 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. 2026-05-11T11:51:29+00:00Added an answer on May 11, 2026 at 11:51 am

    I think your best approach is simply to use the SendAsync method of the SmtpClient class to asynchronously send the email.

    For example:

    SmtpClient client = new SmtpClient(mySMTPHost); client.SendAsync(myMailMessage, null); 

    You can even pass in a delegate as the second parameter to the SendAsync method which will act as a callback, and be invoked when the SendAsync method completes. Please see the example on the MSDN site here.

    This should give you the best of both worlds in that you can send the email asynchronously without tying up your main executing thread, whilst also avoiding the complexities of spawning and managing your own threads (or writing a separate ‘service’).

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

Sidebar

Related Questions

This is a quick question.I just want to know if it is possible to
Just a quick question (hopefully). I want to slide one div in front of
Just a quick question about how you would go about implementing this. I want
just a quick question: I am a CS undergrad and have only had experience
just a quick question, if I have a matrix has n rows and m
I am working with a huge list of URL's. Just a quick question I
Just a quick database design question: Do you ALWAYS use an ID field in
Quick question. What do you think, I have a few sites that use a
Quick question. There is a legacy website (that is not under my control and
Quick question, I was curious if there is any difference between a database table

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.