Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailService ¶
type EmailService struct {
// contains filtered or unexported fields
}
func NewEmailService ¶
func NewEmailService(cfg *EmailServiceConfig) (*EmailService, error)
func (EmailService) Send ¶
func (e EmailService) Send(email *Email) error
type EmailServiceConfig ¶
func NewEmailServiceConfig ¶
func NewEmailServiceConfig(auth, pass, smtp string, port int, send string) *EmailServiceConfig
Click to show internal directories.
Click to hide internal directories.