S
E
Email Engine App
Source
Researched profile. Starter Story's AI research system compiled this page from 24 public sources — the founder didn't write it. Automated research can misread or misattribute a source, so treat figures as best-effort. How this works →
Email Engine App logo

What Tools Email Engine App Uses

Self-hosted email API for seamless integrations

Tools

13 tools · grouped by what Email Engine App uses
  • Redis logo

    Redis

    · 3 mentions · 3 sources
    Other
    “Render provides managed hosting with automatic SSL, built-in monitoring, and Redis add-ons. Quick DeployUse the "Deploy to Render" button for automated setup with EmailEngine + Redis configured automatically.”
    high
    Show 2 more quotes
    “By default, EmailEngine stores all data in cleartext in Redis. ... The tool will: Connect to Redis Find all unencrypted secrets Encrypt them with the provided secret Store encrypted values back to Redis Exit”
    high
    “EmailEngine requires Redis as its caching database. As long as you have a reasonably recent version of Redis installed, you should be good to go.”
    high
  • Node.js logo

    Node.js

    · 1 mention
    Stack
    “EnvironmentNodeRequiredBuild Commandnpm install --omit=devInstalls dependenciesStart Commandnpm startStarts EmailEngine”
    high
  • Docker logo

    Docker

    · 1 mention
    Other
    “Docker Secrets​ # Create secretecho "your-secret-password" | docker secret create ee_encryption_key -# Use in servicedocker service create \ --name emailengine \ --secret ee_encryption_key \ --env EENGINE_SECRET_FILE=/run/secrets/ee_encryption_key \ emailengine/emailengine”
    high
  • K

    Kubernetes

    · 1 mention
    “Using Secret Management Systems​ Kubernetes Secrets​ apiVersion: v1kind: Secretmetadata: name: emailengine-secretstype: OpaquestringData: encryption-key: your-secret-here---apiVersion: v1kind: Podmetadata: name: emailenginespec: containers: - name: emailengine image: emailengine/emailengine env: ...”
    high
  • G

    Grafana

    · 1 mention
    “EmailEngine exposes a Prometheus metrics collection endpoint for easier monitoring. Grafana Prometheus”
    medium
  • O

    OpenSSL

    · 1 mention
    “Generate a random secret: echo "EENGINE_SECRET=$(openssl rand -hex 32)" > .env”
    high
  • H

    HashiCorp Vault

    · 1 mention
    “Using Secret Management Systems​ HashiCorp Vault​ #!/bin/bash# Fetch secret from Vaultexport EENGINE_SECRET=$(vault kv get -field=encryption_key secret/emailengine)emailengine”
    high
  • S

    SystemD

    · 1 mention
    “Environment Variable Best Practices​ tipDon't provide environment variables using the export command in production. Instead:SystemD Service:[Service]Environment="EENGINE_SECRET=secret-password"”
    high
  • P

    Prometheus

    · 1 mention
    “EmailEngine exposes a Prometheus metrics collection endpoint for easier monitoring.”
    high
  • C

    CLA assistant

    · 1 mention
    “I use CLA assistant for managing CLAs in my projects”
    high
  • G

    Gmail API

    · 1 mention
    “This guide shows you how to configure EmailEngine to use Gmail REST API as the email backend instead of IMAP/SMTP. With this setup, EmailEngine uses direct Gmail API calls for all operations and receives change notifications via Google Cloud Pub/Sub.”
    high
  • GitHub logo

    GitHub

    · 1 mention
    Other
    “Connect Repository: Select "Deploy an existing image from a registry" OR Use public repository: https://github.com/postalsys/emailengine Click "Connect" next to postalsys/emailengine”
    high
  • B

    BullMQ

    · 1 mention
    “EmailEngine uses BullMQ for reliable message queuing.”
    high