Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FromAddress ¶
func (*FromAddress) UnmarshalJSON ¶
func (f *FromAddress) UnmarshalJSON(b []byte) error
type Mail ¶
type Mail struct { Name string `json:"name"` Tls bool `json:"tls"` Server string `json:"server"` From FromAddress `json:"from"` Username string `json:"username"` Password string `json:"password"` }
func (*Mail) SendEmailTemplate ¶
Click to show internal directories.
Click to hide internal directories.