Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mail list shows {{ getSender(message) }} when mail doesn't have a From: header #48

Open
aogier opened this issue Aug 19, 2020 · 4 comments

Comments

@aogier
Copy link

aogier commented Aug 19, 2020

as per mailhog/MailHog#262 , no sender is shown in mail list when no From header

thank you, regards!

@piersgill312
Copy link

piersgill312 commented Jan 7, 2021

Bump this issue as I get this issue as well.

@Wirone
Copy link

Wirone commented Mar 17, 2021

This error occurs even if from header is set, but contains data in Some Name <[email protected]> format. In the email preview there is no error, but only email is displayed in "From" field.

@rcheetah
Copy link

rcheetah commented Feb 18, 2022

Happens to me too.
From is not displayed when there is no space between From: and the E-Mail-Address

It also happens if in php using PHPMailer I hand over a variable, and not a "new" String (I mean text in quotes).
→ this was a different bug (character encoding).

@rcheetah
Copy link

The subject error looks like this:

{{ tryDecodeMime(preview.Content.Headers["Subject"][0]) }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants