C# 클래스 AccidentalFish.ApplicationSupport.Email.SendGrid.SendGridEmailProvider

상속: AccidentalFish.ApplicationSupport.Core.Components.AbstractApplicationComponent, IEmailProvider
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport

공개 메소드들

메소드 설명
SendAsync ( IEnumerable to, IEnumerable cc, string @from, string title, string htmlBody, string textBody ) : Task
SendGridEmailProvider ( IApplicationResourceFactory applicationResourceFactory ) : System

메소드 상세

SendAsync() 공개 메소드

public SendAsync ( IEnumerable to, IEnumerable cc, string @from, string title, string htmlBody, string textBody ) : Task
to IEnumerable
cc IEnumerable
@from string
title string
htmlBody string
textBody string
리턴 Task

SendGridEmailProvider() 공개 메소드

public SendGridEmailProvider ( IApplicationResourceFactory applicationResourceFactory ) : System
applicationResourceFactory IApplicationResourceFactory
리턴 System