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 7171809
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:29:17+00:00 2026-05-28T15:29:17+00:00

Effectively I’m trying to send some template emails so that I can test a

  • 0

Effectively I’m trying to send some template emails so that I can test a few components that handle reading from mailboxes.

I could just load up outlook and send a couple of emails but I’m looking to find a solution that can read thousands of emails at a time so I need to bulk send these templates t test the reading code.

When I say bulk send … I have about 10 to 15 templates (varies) and I want to send about 1,000 copies of each to the given mailbox.

Now here’s th sticking point …

I could just fire up an instance of the SMTP client and declare a new MailMessage object then send that using the SMTP client … the problem is that my email templates contain custom header info so its not just a matter of msg.Body = someText and then setting the To and From and Subject fields.

I don’t want to spend time manually parsing these emails because the headers are quite lengthy and contain a lot of custom values that I’ll be working on later.

So if I have a txt or eml file how do I send that raw text to my mailbox so I can perform my afformentioned testing?

  • 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-05-28T15:29:18+00:00Added an answer on May 28, 2026 at 3:29 pm

    The best way I know to do this is using MailBee.NET objects which are not free, but you can download a trial: http://www.afterlogic.com/mailbee-net/email-components

    Then what you are looking for is something like this:

                MailBee.Mime.MailMessage message = new MailMessage();
                message.LoadMessage(filestream);
                MailBee.SmtpMail.Smtp.QuickSend(message);
    

    Disclosure: I don’t work for AfterLogic, but some of their tools have been a big help with Elastic Email (http://elasticemail.com)

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

Sidebar

Related Questions

I'm trying to effectively build a functional test suite for an applet, and I'm
How can I efficiently and effectively detect the version and, for that matter, any
How to effectively send a file from my own process to a program such
Can I synclock effectively on an object stored in the cache? Like: SyncLock System.Web.HttpContext.Current.Cache(Some
I am trying to implement something that is effectively an enumeration in Scala. I
How do you effectively test code that you wrote? I find that it is
How can I effectively trace the raw data sent to my socket server listening
What techniques can be applied effectively to improve the performance of SQL queries? Are
I'm looking for some way to effectively hide inherited members. I have a library
Are there any tools to effectively compare two XML schema's? I have seen some

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.