Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailClient ¶ added in v0.4.3
type EmailClient struct {
// contains filtered or unexported fields
}
func (*EmailClient) SSend ¶ added in v0.4.3
func (emailC *EmailClient) SSend(email Email) error
SSend 使用SSL协议安全的发送,部分服务器会有此限制,普通发送不成功
func (*EmailClient) Send ¶ added in v0.4.3
func (emailC *EmailClient) Send(email Email) error
Send 使用非加密方式发送
Click to show internal directories.
Click to hide internal directories.