If your using validate_email() it calls valid_email() which checks the domain address
that could be why your getting the error message.
SEE: validate_email() and valid_email() in the ./system/libraries/Email.php class.
Even the Form_validation library checks the domain name in valid_email().
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )