role-based-email-addresses
v3.1.0
Published
Common prefixes for "role-based" email addresses that represent a position, job, or group of people in the company rather than an individual
Readme
A list of role based email addresses
Common prefixes for "role-based" email addresses that represent a position, job, or group of people in the company rather than an individual. These were sourced from several places.
Contributing
Please contribute. Just keep them in alphabetical order please (the "natural" order that calling sort() on the array would return).
📦 Publishing (for maintainers)
To publish a new version:
- Bump the version:
npm version <patch|minor|major> - Update
CHANGELOG.mdand amend the commit:git add CHANGELOG.md && git commit --amend --no-edit - Push with tags:
git push --follow-tags - Publish to npm:
npm publish --access public
License
MIT
