public static void SendMail( string fromEmail, string fromPassword, string toEmail, string subject, string body, string host, int port, bool enableSsl, Attachment attachment = null )