March 26, 20196 yr We are have run the EmailSetErrorCapture("true") not command before our email create command but if there is a bad email address, we are getting a "360 works email error" dialog appearance, which for our looping script is causing major issues since a user has to interfere to click the x.
March 26, 20196 yr The parameter for this function is a boolean value meaning it is either True or False. You are passing in a string by using " " . Remove the quotes and the function should work.
Create an account or sign in to comment