C# Class Zetbox.API.SmtpMailSender

Sends an MailMessage through the System.Net.Mail.SmtpClient class Can be configured in the app.config file, see http://msdn.microsoft.com/en-us/library/w355a94k.aspx
Inheritance: IMailSender
显示文件 Open project: daszat/zetbox

Public Methods

Method Description
Send ( MailMessage msg ) : void

Method Details

Send() public method

public Send ( MailMessage msg ) : void
msg System.Net.Mail.MailMessage
return void