C# Class Frapid.Account.Emails.ResetEmail

Show file Open project: frapid/frapid Class Usage Examples

Public Methods

Method Description
ResetEmail ( Reset reset ) : System
SendAsync ( string tenant ) : System.Threading.Tasks.Task

Private Methods

Method Description
GetEmail ( IEmailProcessor processor, Reset model, string subject, string message ) : EmailQueue
GetTemplate ( string tenant ) : string
ParseTemplate ( string template ) : string

Method Details

ResetEmail() public method

public ResetEmail ( Reset reset ) : System
reset Frapid.Account.DTO.Reset
return System

SendAsync() public method

public SendAsync ( string tenant ) : System.Threading.Tasks.Task
tenant string
return System.Threading.Tasks.Task