
LaxmanC.25348 (Customer) asked a question.
Hi All,
Can anyone help me with configuring custom string which will convert one domain name to another.
As I tried it is working for single user but need help how can we configure it for all users.
Working single user string is as follow
abc@xyz.com ------> abc@pqr.com
String used: String.substringBefore(abc@xyz.com, "@") + "@pqr.com"
Can someone help on this
Regards,
Laxman Chavan

HI All,
JFYI, "source.Mail" helped to resolve this issue
Regards,
Laxman Chavan