Hi Guys
I want to compare the given "to" email ID (e.g. test1@gmail.com) on Email form with set of two email ID's (e.g. test2@gmail.com && test3@gmail.com) . How can this be achieved using Javascript.
set 1 = "test2@gmail.com"," test3@gmail.com".
check in if condition
if(set1.has(test1@gamil.com)
{
}
else
{
}