Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
type SendgridApiMail ¶
type SendgridApiMail struct {
// contains filtered or unexported fields
}
func NewSendgridApiMail ¶
func NewSendgridApiMail(apiKey, fromName, from string) *SendgridApiMail
func (*SendgridApiMail) Send ¶
func (o *SendgridApiMail) Send(toName string, to string, subject string, content string, attachments []Attachment) error
Click to show internal directories.
Click to hide internal directories.