You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Hello.
I am trying to add a smtp server in order to have email support.
I tried to modify the wso2is-pattern-1-identity-server-conf.yaml , adding the
[event.default_listener.identity_mgt]
priority= "50"
enable = false
[event.default_listener.governance_identity_mgt]
priority= "95"
enable = true
[event.default_listener.governance_identity_store]
priority= "97"
enable = true
Description:
Hello.
I am trying to add a smtp server in order to have email support.
I tried to modify the wso2is-pattern-1-identity-server-conf.yaml , adding the
[event.default_listener.identity_mgt]
priority= "50"
enable = false
[event.default_listener.governance_identity_mgt]
priority= "95"
enable = true
[event.default_listener.governance_identity_store]
priority= "97"
enable = true
and
[output_adapter.email]
from_address= "[email protected]"
hostname= "smtp.something.com"
port= 25
enable_start_tls= false
enable_authentication= false
signature = "ABC.com"
but when I exec into the wso2is pod, I do not see these configurations in the deployment.toml file.
Can someone give me a pointer as to what am I doing wrong?
Thank you!
The text was updated successfully, but these errors were encountered: