apoc.data.email
This is the APOC Extended documentation. APOC Extended is not supported by Neo4j. For the officially supported APOC Core, go to the APOC Core page. |
Function Apoc Extended
apoc.data.email('email_address') as {personal,user,domain} - extract the personal name, user and domain as a map
Install Dependencies
This procedure has a dependency on an email library that is not included in the APOC Extended library.
The dependency is included in apoc-email-dependencies-5.11.0-all.jar, which can be downloaded from the releases page.
Once that file is downloaded, it should be placed in the plugins
directory and the Neo4j Server restarted.