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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T20:41:36+00:00 2026-05-16T20:41:36+00:00

I’m sending an email to the following recipients: test@example.com , test1@test.com , test2@test.com The

  • 0

I’m sending an email to the following recipients:
test@example.com, test1@test.com, test2@test.com

The message is sent to my local smtp server that has to relay it to @example.com and @test.com.

My question is: how the server should do it ?

  • Leave the message as is and relay it to a more sophisticated smtp server that will do one of the other options

  • Break it into two messages and relay one message to @example and two others to @test.com in one message

  • Break it into three messages and relay once to @example.com and twice to @test.com

And how the receiving server, for example @example.com know it should not send the @test.com message by himself too? (any mail header?)

What if @example.com and @test.com are served by the same server, will it receive the message more than once?

I’m probably missing something in the SMTP protocol.

  • 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-16T20:41:37+00:00Added an answer on May 16, 2026 at 8:41 pm

    The envelope (RFC822 and further) are just the outside bounds. The fun happens within the ESMTP protocol.

    In terms of plain SMTP, each recipient (RCPT TO) fires up a new message in the outbox queue – One for each recipient. Then, it is delivered.

    Now lets talk about the delivery: Supposed I asked to deliver to user@host.com. Here is how it works:

    The host.com address is queried on DNS, in particular, for a record of MX (Mail Exchanger) type. (nslookup -q=MX should show you how it is done)

    They are sorted (lowest number first), and delivery is tried on a round-robin basis using this sort.

    When it is delivered to the any MX record host, its done. However, the reason there are multiple MX hosts is due to the need to queue up mail while on outages, for instance. So, a higher MX host is likely to just queue and not let the originating host server bounce and expire the message (and that is what happens when the message gets stuck on a given host – You can trace it via its Headers)

    Each server has its own rules for delivery, however, when you forward to a host which tried to deliver itself on the MX target, we call that a Smart Host. A host knows whether or not it should queue for another host (relaying) or deliver locally via the SMTP greeting (HELO ).

    Also: A single SMTP connection will let you send multiple messages, so even if you have to recipients, there is going to happen only one connection (although two messages in the mail queue)

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

Sidebar

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.