Custom mailserver / STMP Ory Hosted #106
Answered
by
aeneasr
thecodeassassin
asked this question in
Q&A
-
Hi there, We wanted to start with Ory hosted because we have very little time to implement everything on k8s right now. But we're not sure if we can configure our own STMP mailservers. Are we missing this setting somewhere or can we configure it ourselves via the API? |
Beta Was this translation helpful? Give feedback.
Answered by
aeneasr
Jun 22, 2022
Replies: 1 comment 1 reply
-
Hi @thecodeassassin - yes you can use your own SMTP mail server! You can use the Ory CLI to configure it, see: https://www.ory.sh/docs/guides/cli/config-with-cli#patch-configuration In your case, it would probably be something along the lines of:
Let me know if this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vinckr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @thecodeassassin - yes you can use your own SMTP mail server! You can use the Ory CLI to configure it, see: https://www.ory.sh/docs/guides/cli/config-with-cli#patch-configuration
In your case, it would probably be something along the lines of:
Let me know if this helps!