Email Sender

Represents a wrapper around the class SmtpClient. It provides an abstraction so you can interact with an smpt client with a single method.

Definition

Namespace: Tipi.Tools.Email

Assembly: Tipi.Tools.Email.dll

Package: Tipi.Tools.EmailSender

This class lets you interact with the SmtpClient email sender.

EmailSender

Create an instance of EmailSender class, takin as parameter a new object of type SenderOptions

EmailSender(SenderOptions)

Creates a new instance of the EmailSender Class, takin as parameter a new object of type SenderOptions

Copied!

                    
    public EmailSender(EmailSenderOptions options);