Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSmtpPoolClosed = fmt.Errorf("smtp pool is closed")
Functions ¶
Types ¶
type SmtpConfig ¶
type SmtpPool ¶
type SmtpPool struct {
// contains filtered or unexported fields
}
func NewSmtpPool ¶
func NewSmtpPool(c *SmtpConfig, max int) (*SmtpPool, error)
Click to show internal directories.
Click to hide internal directories.