Is there a way to have multiple SMTP options in OR...
# ory-network
o
Is there a way to have multiple SMTP options in ORY Network. Really only need 2 . One for sandbox and one for production and just the ability to make one active . We were doing a lot of bug testing and ORY kept sending emails for new test account creations to non existing emails. If we can set a second smtp to our mailhog instance and make that active when we are testing and then switch back to regular when we arent testing that would be pretty neat
f
two thoughts come to mind: • you could have 2 projects and use one for dev & testing, and one for production. That's a very common approach • you can do the SMTP config modification via the configuration [file], and just have 2 different configs that you push via Ory CLI
1