I learned that both the FROM address and the TO address is repeated in a hidden element called the "envelope", and then repeated again in the "body".
Question
- Why isn't the envelope data copied into the "header"?
- Why does this duplication exist, why couldn't the necessary features be embedded into the message itself?
- Do all (non-SMTP) message transports do this?
- What alternatives to SMTP are there? (so I can better understand the reasoning)