C# Class DataStoreLib.Utils.MailManager

This class use to send mails
ファイルを表示 Open project: viren85/moviemirchi

Public Methods

Method Description
SendMail ( string toAddress, string fromAddress, string subject, string body ) : bool

Send an email

Method Details

SendMail() public method

Send an email
public SendMail ( string toAddress, string fromAddress, string subject, string body ) : bool
toAddress string mail message to-Address
fromAddress string mail message from-Address
subject string mail message subject
body string mail message body
return bool