Dominik
Results
1
issues of
Dominik
Hi, how can I get the text value of an email recipient? I did it successfuly for a sender: ``` const email = await mailparser.simpleParser(stream); const from = email.from?.text ??...