public static void SendMail(
string from,
string to,
string subject,
string body,
bool isBodyHtml = true
)Public Shared Sub SendMail (
from As String,
to As String,
subject As String,
body As String,
Optional isBodyHtml As Boolean = true
)