* Todd Kokoszka <[EMAIL PROTECTED]> wrote: > > I found the entry for envelope_from, but that doesn't > tell me what an envelope is or does and how that's > different from a From: field. The only thing I know is > that when I include envelope_from, more of mail gets > to where I want it to. I'm trying to figure out what > an envelope is and why it exists. Then I can figure > out what else I should know about mutt and mail. >
I would suggest reading up on rfc2821 section 3. http://www.faqs.org/rfcs/rfc2821.html Your envelope is established by sending: MAIL FROM: <[EMAIL PROTECTED]> RCPT TO: <[EMAIL PROTECTED]> Curt -- Any time things appear to be going better, you have overlooked something.
