We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 2912
    • 315 Posts
    Hi Scotty and all,

    I’ve come across something that I have tried to search for to get an answer but fell short.

    It seems that some email addresses are not passing through the validation as they should. I’m trying to utilise the + email address from gmail.com:

    ie: b.bloke+weblogintest `at` gmail `dot` com (false email address btw) and I get the error its not valid. I have had a look at the class, line 2401 at the regex and tried the following alternative:

    if (!eregi("^((?:(?:(?:[a-zA-Z0-9][\.\-\+_]?)*)[a-zA-Z0-9])+)\@((?:(?:(?:[a-zA-Z0-9][\.\-_]?){0,62})[a-zA-Z0-9])+)\.([a-zA-Z0-9]{2,6})$", $Email))
    


    but I’ve gotten no where sad.

    Am I missing something?

    I’ve also had a user report a .fr domain email address wouldn’t get through sad
      BBloke