cmcquillan / SmtpPilot

A mock SMTP Server for email application testing and development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application Framework Features

cmcquillan opened this issue · comments

Delivery Server: Email Ingestion App

  • Email Handlers
  • Routing to handlers based upon the incoming domain
  • Routing to handlers based upon from address
  • Routing to handlers based upon to address
  • Dynamic routing
  • Multi-routing
  • Model Binding based on email content
  • Model Binding based on email address (e.g. "mailbox.name+{some_id}@example.com")