getkirby-v2 / toolkit

This is the deprecated toolkit for Kirby v2.
http://getkirby.com
81 stars 50 forks source link

Fix email validation with the format 'Name <email@domain.tdl>' #117

Closed fenixkim closed 8 years ago

fenixkim commented 8 years ago

This class already has de ability to extract the email address from a string like 'Email Label email@domain.com' by using the extractAddress($string) method, but it never was used to extract the address in the validate() method.

This also was issued here: #95