Replies: 1 comment 2 replies
-
Hello, Concerning the first question, I don't know what IIS is doing with that setting. I will assume that it tries to connect to the configured service again. So the answer is: it depends on how you configure it. The default setting will not care about it, every connection is treated as a first connection. So ... yes? For the second question, please see #17. Is you provide storage for |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our application was using IIS SMTP as mail service
We are migrating our applications to kubernetes trying to setup smtp mail service in kubernetes with this image.
There are a couple of problems I'm trying to solve.
Does this image supports Retry mechanism? Do we have any configuration support ?
Let say IIS SMTP has configuration below for retry mechanism.
Does this image has Persistent storage mechanism? To know the state of the emails?
Beta Was this translation helpful? Give feedback.
All reactions