ucsdlib / hifive

An application supporting an Employee Recognition program workflow
MIT License
0 stars 0 forks source link

Figure out how to send email from K8s/container image #319

Closed mcritchlow closed 5 years ago

mcritchlow commented 5 years ago

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