Ryan,
Can you elaborate a little more on how to set this up... i mean with the prarms string [] as opposed to just the single string address.
Right now I am having to send in multiple address like this
public static void SendMailMessage(string from, string address1, string address2, string bcc, string cc, string subject, string body)
is there an easier way?