Shunde.NET Framework Class Library

WebUtils.sendBulkEmail Method 

Sends a bulk email

public static void sendBulkEmail(
   String from,
   String[] to,
   String subject,
   String body,
   String styles
);

See Also

WebUtils Class | Shunde.Utilities Namespace