Skip to content

Emailing

The Emailing Service goal is to handle the process to create and send an Email. By exposing messages and events allows services and applications to track the current status of any mail that was created.

The service orchestrate the process of sending an email, but the sending process itself is carried out by a concrete implementation of sending email service, such as SMTP for on-prem deployments.

We expect adding more sending email services in a future, like a cloud service for cloud deployments.

See also