sj26 / mailcatcher

Catches mail and serves it through a dream.
http://mailcatcher.me
MIT License
6.23k stars 571 forks source link

Display name to/from not showing on web/api #534

Open adrianrudnik opened 1 year ago

adrianrudnik commented 1 year ago

I just tried to run a simple test, using version 0.8,2, to ensure that the recipient is correctly set.

According to mailcatchers Source tab, everything looks fine:

To: Max Receiver <max.receiver@test.local>
From: "Max Sender" <max.sender@test.local>

Yet the columns only show the email address and the API also only offers the email addresses:

{
  "sender": "<max.sender@test.local>",
  "recipients": [
    "<max.receiver@test.local>"
  ]
}

Is this a known limitation or am I overlooking something?