Documentation
¶
Index ¶
- func IsEmpty(s string) bool
- func IsNotEmpty(s string) bool
- type GoMail
- func (r *GoMail) SendHtml(html string) error
- func (r *GoMail) SendStr(str string) error
- func (r *GoMail) SetDebug(debug bool) *GoMail
- func (r *GoMail) SetFrom(addr string) *GoMail
- func (r *GoMail) SetFromFormat(addr, name string) *GoMail
- func (r *GoMail) SetSubject(s string) *GoMail
- func (r *GoMail) SetTo(addr string) *GoMail
- func (r *GoMail) SetTos(addr []string) *GoMail
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotEmpty ¶
Types ¶
type GoMail ¶
type GoMail struct {
// contains filtered or unexported fields
}
func (*GoMail) SetFromFormat ¶
func (*GoMail) SetSubject ¶
Click to show internal directories.
Click to hide internal directories.