package
0.0.0-20241226145920-483c662f7ff1
Repository: https://github.com/pingooio/stdx.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

InitDefaultMailer set the default, global mailer.
NewMailer returns a new mailer.
Send an email using the default mailer.

# Constants

MaxLineLength is the maximum line length per RFC 2045.

# Variables

ErrMissingBoundary is returned when there is no boundary given for a multipart entity.
ErrMissingContentType is returned when there is no "Content-Type" header for a MIME entity.

# Structs

Attachment is an email attachment.
Email is an email..
SMTPConfig is used to configure an email.
Mailer are used to send email.