Basic API (REST) that can send notifications based on some configuration.
To begin with, you configure the component with SMTP credentials and then the API can tell this component to send an email based on its config from the database
Having persistence and remembering notifications that failed to send is out of scope for this issue. That comes later. Make this just a dumb endpoint for sending emails to begin with.
Basic API (REST) that can send notifications based on some configuration.
To begin with, you configure the component with SMTP credentials and then the API can tell this component to send an email based on its config from the database
This component only needs a basic HTTP endpoint that will tell it to send an email. The API implementation comes later in https://github.com/iver-wharf/wharf-api/issues/8
Having persistence and remembering notifications that failed to send is out of scope for this issue. That comes later. Make this just a dumb endpoint for sending emails to begin with.