C# Class JelloScrum.Services.EmailService

Inheritance: IEmailService
ファイルを表示 Open project: auxilium/JelloScrum

Public Methods

Method Description
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

Method Details

EmailService() public method

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

Send() public method

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

Send() public method

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
return void

SendPassword() public method

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