Hi David - I tried what you said and escaped the special characters in
the email, but the recipient write still fails. Here is my test code:var
email = "blah23\/2456@gmail.com";var firstName = "Ford";var lastName =
"Prefect";var mobile = "0000888999"//RFC5322 email regexvar regexEmail =
/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
var pattEmail = new RegExp(regexEmail);//this will
passif(...