Adding user name to email receiver when sending email

I would like to personalize the e-mail address which is used when sending the newsletter (e.g. the receiver of the e-mail in the “to” field) with their names like this:
FirstName LastName <user@example.com>

It can be done in PHP like this document shows:
https://www.php.net/manual/en/function.mail.php

How can I achieve this in phpList?

Thank you for any advice
Thomas