mmucklo / email-parse

Email\Parse is a multiple (and single) email address parser for php that is reasonably RFC822 / RFC2822 compliant.
MIT License
46 stars 15 forks source link

Fatal error: Class 'TrueBV\Punycode' not found #10

Closed ghost closed 7 years ago

ghost commented 7 years ago

Please fix it i use this character and fatal error "_"

mmucklo commented 7 years ago

I just made a test for this and it worked:

https://github.com/mmucklo/email-parse/commit/dac20d7632dfff100232627c277a068d0bced5ce

Did you install it using composer? If so, you should have this class in your path:

./vendor/true/punycode/src/Punycode.php

mmucklo commented 7 years ago

Closing since there's been no activity on this issue...