Parses the email_address
and calls func
for each found address.
The first parameter of the func
is the name, the second parameter of the func
is the email, the third
parameters of the func
is the user_data
. The func
returns true
, to continue
processing.
email_address |
one or more email addresses as string |
func |
a function to call for each email |