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

WSO2IS smtp #298

Open
CoMaDaniel opened this issue Jul 1, 2021 · 0 comments
Open

WSO2IS smtp #298

CoMaDaniel opened this issue Jul 1, 2021 · 0 comments

Comments

@CoMaDaniel
Copy link

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!

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

1 participant