• marekkaczanowicz1231

    (@marekkaczanowicz1231)


    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)
  • Hi,

    We will release a new update to improve this issue today, which allows updating to {2,6}.

    We have fixed this issue but missed updating the free version of this plugin, please kindly wait.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘[NSFW] .online email issue not accepted’ is closed to new replies.