The application needs to be able to send email when a recognition is submitted. We need to figure out what is needed for the Dockerfile, configuration, etc. to be able to continue sending emails when deployed in k8s.
A successfully created recognition in the application should deliver an email to the relevant email addresses using the provided environment variables for bcc and sender.
Descriptive summary
The application needs to be able to send email when a recognition is submitted. We need to figure out what is needed for the
Dockerfile
, configuration, etc. to be able to continue sending emails when deployed in k8s.Starlight is also in need of sorting this out: https://gitlab.com/surfliner/surfliner/issues/323
Expected behavior
A successfully created recognition in the application should deliver an email to the relevant email addresses using the provided environment variables for bcc and sender.
Related work
301