Welcome Guest, Not a member yet? Register   Sign In
Error with email class in CI 3.1.8
#16

(This post was last modified: 04-06-2018, 01:26 PM by InsiteFX.)

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 )
Reply


Messages In This Thread
Error with email class in CI 3.1.8 - by ardavan - 04-04-2018, 12:57 AM
RE: Error with email class in CI 3.1.8 - by InsiteFX - 04-06-2018, 01:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB