Oh yeah.
This is because the comma ',' is the standard for seperating addresses.
i.e.
[email protected], Kelvin <
[email protected]>
So when you have a comma in the name part i.e. Jones, Kelvin <
[email protected]> ... it takes 'Jones' as the first email address, which is not in a valid format.
This is an error on my part because, I should have encapsulated all names with '"'
i.e. "Jones, Kelvin" <
[email protected]>
This fix will be in the next version of vLIB.
Make sure that you're signed up to the mailing list, then you'll be notified of all updates.
Thanks for the report,
Kelvin