Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BasicEmailSend ¶
Types ¶
type ConcurrentQueue ¶
type ConcurrentQueue struct {
// contains filtered or unexported fields
}
func NewConcurrentQueue ¶
func NewConcurrentQueue(length, capacity int) ConcurrentQueue
type Email ¶
type Email struct {
// contains filtered or unexported fields
}
func (*Email) SendWithFile ¶ added in v0.0.3
type LazyMail ¶
type LazyMail struct {
BackgroundJob func(l *LazyMail)
// contains filtered or unexported fields
}
func NewLazymail ¶
Click to show internal directories.
Click to hide internal directories.