Morning all,
I’m trying to work out why the commenting system thinks .au, .ca and a couple of other international email address are being treating as invalid.
Any ideas?
Morning all,
I’m trying to work out why the commenting system thinks .au, .ca and a couple of other international email address are being treating as invalid.
Any ideas?
You must be logged in to post a comment.
WordPressâ internal email validation is very weak. Iâve written a plugin some time ago to catch most cases where WordPress fails: Extend Email Checks.
It uses PHPâs
filter_var()
. But there are some edge cases, where it doesnât work good enough. Give it a try.