Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mailer ¶
type Mailer interface {
Attachment(name string, data []byte) Mailer
Body(nodes ...gox.Node) Mailer
Bytes() ([]byte, error)
Copy(values ...string) Mailer
From(from string) Mailer
HiddenCopy(values ...string) Mailer
Html() Mailer
Mjml() Mailer
Send() error
String() (string, error)
Subject(subject string) Mailer
Title(title string) Mailer
To(to ...string) Mailer
MustSend()
MustBytes() []byte
MustString() string
}
Click to show internal directories.
Click to hide internal directories.