C# 클래스 JelloScrum.Services.EmailService

상속: IEmailService
파일 보기 프로젝트 열기: auxilium/JelloScrum

공개 메소드들

메소드 설명
EmailService ( ILogger logger, IEmailSender emailSender, ITemplateParserService emailTemplateParserService, string bccEmailAddress, string fromEmailAddress ) : System
Send ( Message message ) : void
Send ( string fromEmailAddress, string emailAdres, string onderwerp, string templateName, object>.Dictionary propertyBag, MessageAttachment attachments ) : void

Verzend een email naar de ontvanger

SendPassword ( User gebruiker, string wachtwoord ) : void

Verzend het wachtwoord naar gebruiker

메소드 상세

EmailService() 공개 메소드

public EmailService ( ILogger logger, IEmailSender emailSender, ITemplateParserService emailTemplateParserService, string bccEmailAddress, string fromEmailAddress ) : System
logger ILogger
emailSender IEmailSender
emailTemplateParserService ITemplateParserService
bccEmailAddress string
fromEmailAddress string
리턴 System

Send() 공개 메소드

public Send ( Message message ) : void
message Castle.Components.Common.EmailSender.Message
리턴 void

Send() 공개 메소드

Verzend een email naar de ontvanger
public Send ( string fromEmailAddress, string emailAdres, string onderwerp, string templateName, object>.Dictionary propertyBag, MessageAttachment attachments ) : void
fromEmailAddress string
emailAdres string
onderwerp string
templateName string
propertyBag object>.Dictionary
attachments Castle.Components.Common.EmailSender.MessageAttachment
리턴 void

SendPassword() 공개 메소드

Verzend het wachtwoord naar gebruiker
public SendPassword ( User gebruiker, string wachtwoord ) : void
gebruiker User
wachtwoord string
리턴 void