Documentation ¶
Index ¶
- Constants
- type Attachment
- type Mailer
- type Raw
- func (r *Raw) BuildEmail() []byte
- func (r *Raw) SetAttachment(writer *multipart.Writer)
- func (r *Raw) SetBody(writer *multipart.Writer, buf *bytes.Buffer)
- func (r *Raw) SetBodyHTML(writer *multipart.Writer)
- func (r *Raw) SetBodyText(writer *multipart.Writer)
- func (r *Raw) SetMainHeader(writer *multipart.Writer)
Constants ¶
View Source
const CharSet = "UTF-8"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
type Raw ¶
type Raw struct { Sender string Recipient string Subject string Message string MessageHTML string Attachments []Attachment }
func (*Raw) BuildEmail ¶
func (*Raw) SetAttachment ¶
func (*Raw) SetBodyHTML ¶
func (*Raw) SetBodyText ¶
func (*Raw) SetMainHeader ¶
Click to show internal directories.
Click to hide internal directories.