Help
How licensing works and where to find things.
EmailEngine
EmailEngine is self-hosted software, not a managed service. Download it from the EmailEngine homepage.
Each EmailEngine instance includes a 14-day free trial that can be activated from the dashboard (typically accessible at http://127.0.0.1:3000/admin, depending on your installation).
License keys
After the trial expires, a valid license key is required. Applications built by Postal Systems require a license key to unlock all features. Purchase a subscription and provision license keys in the License Keys section - your fixed subscription fee covers as many keys as you need, and they remain valid as long as the subscription is active.
Once you have generated a license key, download it and upload or paste it into the license key field in your application.
Private registry
Some Node.js modules are distributed through the Postal Systems private npm registry. To install them, authenticate with the credentials from the Registry Credentials section:
npm login --registry=https://registry.postalsys.com
After signing in, npm can install modules from the private registry the same way as public ones.