Non-standard sender address format in system emails (notifications)

Hi.

When users of my Nextcloud get emails from the system/notifications (activity, test mailsā€¦),
the sender address is not in the standard format Full Name <email@somedomain.com>

In the admin panel I configured the address to be no-reply@mydomain.com. There is no setting to give a name to this address so I figured it must be somewhere in the code.

Users keep getting sender adresses like

no-reply@mydomain.com <no-reply@mydomain.com> (test mail) or

"" <no-reply@mydomain.com> <no-reply@mydomain.com> (activity notification).

Is there a way for me to make sure that the sender address is always in the standard format? Something like

System Notifications <no-reply@mydomain.com>

so that it will show the name as System Notifications in all email clients.

Thanks for your help.