Display name to/from not showing on web/api
adrianrudnik opened this issue · 0 comments
adrianrudnik commented
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?