C# Class Geekhub.Modules.Core.Adapters.SmtpEmailAdapter

Inheritance: IEmailAdapter
Show file Open project: geekhubdk/geekhub

Public Methods

Method Description
SendMail ( string email, string subject, string html ) : void

Method Details

SendMail() public method

public SendMail ( string email, string subject, string html ) : void
email string
subject string
html string
return void