I was able to send the email to all the members of the list.
I used Split(el, ",") to extract each recipient and then a For/Next to add the address to email.To.Add(New System.Net.Mail.MailAddress())
Not much programming experience here. I guess there is a shorter way to do this. ;-)
Much appreciation for your help Archie.