C# Class SereneInventory.Common.EmailHelper

Datei anzeigen Open project: dfaruque/SereneInventory

Public Methods

Method Description
Send ( string subject, string body, string address, string displayName = "" ) : void

Method Details

Send() public static method

public static Send ( string subject, string body, string address, string displayName = "" ) : void
subject string
body string
address string
displayName string
return void