[NSFW] .online email issue not accepted
-
Him in one of the revious topics you said it’s WordPress issue emails ending .online or .agency are not accepted…
However, it’s something with your code:
function isValidEmailAddress(emailAddress) { let pattern = /^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/i; return pattern.test(emailAddress); }
Update {2,4} to {2,5} and it’s fixed
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[NSFW] .online email issue not accepted’ is closed to new replies.