C# Class Upac.Core.Utilities.MailUtil

显示文件 Open project: 1508/upac-for-umbraco

Public Methods

Method Description
SendMail ( string to, string from, string subject, string body, bool isBodyHtml ) : bool

Method Details

SendMail() public static method

public static SendMail ( string to, string from, string subject, string body, bool isBodyHtml ) : bool
to string
from string
subject string
body string
isBodyHtml bool
return bool