# Packages
No description provided by the author
# Functions
ValidateEmail validates the given email.
# Constants
CharSet is the default email encoding.
# Variables
ErrEmptyRecipientList is returned when an empty recipient list is passed to the Sender.Send method.
ErrEmptySender is returned when an empty sender email address is passed to the Sender.Send method.
ErrInvalidData is returned when an invalid data is passed to the Sender.Send method.
ErrInvalidRecipient is returned when an invalid email is passed in the list of recipients to the Sender.Send method.
ErrInvalidSender is returned when an invalid email address is passed to the Sender.Send method.
# Interfaces
Sender has a method to send emails.