C# Class MMDB.RazorEmail.FakeEmailSender

Inheritance: IEmailSender
Afficher le fichier Open project: mmooney/MMDB.RazorEmail

Méthodes publiques

Méthode Description
SendEmail ( string subject, string body, IEnumerable toAddressList, System fromAddress ) : void
SendEmail ( string subject, string body, IEnumerable toAddressList, string fromAddress ) : void

Method Details

SendEmail() public méthode

public SendEmail ( string subject, string body, IEnumerable toAddressList, System fromAddress ) : void
subject string
body string
toAddressList IEnumerable
fromAddress System
Résultat void

SendEmail() public méthode

public SendEmail ( string subject, string body, IEnumerable toAddressList, string fromAddress ) : void
subject string
body string
toAddressList IEnumerable
fromAddress string
Résultat void