Documentation
¶
Index ¶
Constants ¶
View Source
const ( Sender = "[email protected]" // Specify a configuration set. To use a configuration // set, comment the next line and line 92. ConfigurationSet = "production-hermes-configuration-set" Subject = "Amazon SES Test (AWS SDK for Go)" HtmlBody = `` TextBody = "This email was sent with Amazon SES using the AWS SDK for Go." CharSet = "UTF-8" )
Variables ¶
This section is empty.
Functions ¶
func SendEmail2 ¶
func SendEmail2()
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service represents smpt service
func NewSMPTService ¶
func NewSMPTService(config config.SMTPConfig) *Service
NewSMPTService return a smpt service reference
Click to show internal directories.
Click to hide internal directories.