Dispatchers
A Dispatcher is the provider-specific component that physically delivers a message to its destination: email via SMTP, Slack via webhook, SMS via Twilio, and so on.
The available dispatchers are:
See Development Guide: Dispatchers for details on how to implement a new dispatcher.