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.
Aditional Classes
Class used as parameter in order to initialize the EmailSender class.
SenderOptions
Class used as parameter in order to initialize the Culqi class.
Properties
Port
Property of type Int that represents your Port.
Server
Property of type String that represents your Server.
Ssl
Property of type Bool that represents if required Ssl.
User
Property of type String that represents your Username.
Password
Property of type String that represents your Password.
EmailName
Property of type String that represents your Email to appear as sender.
Constructors
CulqiOptions(String)
This constructor takes as argument six values of type String that represents your Port, Server, Ssl, User, Password and EmailName..