README
Overview
Snitch will find and verify an email address and its pattern based on provided full name and domain name.
Install
npm install -g snitchmail
Usage
snitchmail -n "john smith" -d example.com
License
MIT
Snitchmail will find and verify any email address based on full name and domain
<script type="module">
import snitchmail from 'https://cdn.skypack.dev/snitchmail';
</script>
Snitch will find and verify an email address and its pattern based on provided full name and domain name.
npm install -g snitchmail
snitchmail -n "john smith" -d example.com
MIT