How to get firstname and lastname from email provider in node.js?

Viewed 47

Is there a way how to get/extract names from an email provider when i've got only email.

Example: external email: Some Name <s.name@example.com>

note: i dont know those names "Some Name"

1 Answers

No Way to get that dynamically.

but you can make a form that has the information you want

Related