C# (CSharp) RazorMail Namespace

Nested Namespaces

RazorMail.Client
RazorMail.Parsers
RazorMail.Processor
RazorMail.Properties
RazorMail.Templates
RazorMail.Tests

Classes

Name Description
FileReader
MailAddressCollectionExtensions
RazorMailMessage Represents a razor e-mail message that can be sent using a concrete implementation of the RazorMail.IRazorMailSender interface.
RazorMailSender Allows applications to send razor templated e-mails by using the Simple Mail Transfer Protocol (SMTP)
RazorMailSenderWithTestEmail Allows applications to send razor templated e-mails by using the Simple Mail Transfer Protocol (SMTP). Constructor can take a testEmail address. If supplied all emails are sent to this address. Useful for testing via a .config setting. I.e. new RazorMailSenderWithTestEmail("sender", "baseUri", ConfigurationManager.AppSettings["TestEmail"])