Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Thanks. For the "lost" emails, I don't get any message back, so how can I investigate what kind of problem occurred? I did not understand the part about "unique per-message envelope sender". The password reset emails are send from an email account and so the sender name should be just the name and email of that account. Commented Dec 13, 2023 at 19:07
  • 3
    @JFabianMeier: SMTP has its own "Envelope" fields separate from the usual From:/To: headers that are within the message. The message header is what shows up in mail apps, the envelope is what controls delivery and is e.g. used to control where "bounce" messages go. So the system that sends the message can specify e.g. "From: [email protected]" in the mail headers but "FROM:<[email protected]>" in the SMTP envelope. Commented Dec 14, 2023 at 10:00