UiL-OTS-labs / web-experiment-datastore

Other
0 stars 0 forks source link

Actions should fail gracefully when SMTP server is unreachable #29

Open bbonf opened 2 years ago

tymees commented 2 years ago

While a great point, this is not actually an issue in production. If the SMTP server is somehow unreachable, the server is crashing as the SMTP the app talks to is local on the server (postfix to be exact). This local server puts it in a queue to sent it to the UU SMTP. If the UU SMTP is offline, the local queue is kept till it comes back.

tymees commented 2 years ago

This should be fixed in DSC 3 (#67)