Replies: 0
A nice clean little plugin but I have one small enhancement request.
Can you remove the case sensitivity since email domains are not case sensitive under RFC 1035, section 3.1.
Specifically these lines $domain = trim(array_pop( $email_parts )); I changed my copy but always prefer to see a plugin author make the change so I don’t have to worry about future upgrades.
Thanks