Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actions should fail gracefully when SMTP server is unreachable #29

Open
bbonf opened this issue Jan 19, 2022 · 2 comments
Open

Actions should fail gracefully when SMTP server is unreachable #29

bbonf opened this issue Jan 19, 2022 · 2 comments

Comments

@bbonf
Copy link
Contributor

bbonf commented Jan 19, 2022

No description provided.

@tymees
Copy link
Member

tymees commented Jan 19, 2022

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
Copy link
Member

tymees commented Sep 9, 2022

This should be fixed in DSC 3 (#67)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants