Email Smart Service
I want to keep a condition in email service , if it is dev environment it must show as dev testing in body and if email service is triggered in QA environment then it must show as QA testing in body
I want to keep a condition in email service , if it is dev environment it must show as dev testing in body and if email service is triggered in QA environment then it must show as QA testing in body
Hi Fursat. You only need to create a single environmental constant(Checkbox while creating constant) . So while deploying change the constant value by editing properties file. In this way you can maintain different text for each environment.
Values of constant
DEV: this is from dev env
TEST: this is from QA env
PROD: ""
So in email node, instead of if condition code you can directly add this constant.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.