Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:46 +05 2020. DO NOT EDIT.
Index ¶
- func ClientAuth(c *smtp.Client, a smtp.Auth) error
- func ClientClose(c *smtp.Client) error
- func ClientData(c *smtp.Client) (io.WriteCloser, error)
- func ClientExtension(c *smtp.Client, ext string) (bool, string)
- func ClientHello(c *smtp.Client, localName string) error
- func ClientMail(c *smtp.Client, from string) error
- func ClientNoop(c *smtp.Client) error
- func ClientQuit(c *smtp.Client) error
- func ClientRcpt(c *smtp.Client, to string) error
- func ClientReset(c *smtp.Client) error
- func ClientStartTLS(c *smtp.Client, config *tls.Config) error
- func ClientTLSConnectionState(c *smtp.Client) (tls.ConnectionState, bool)
- func ClientVerify(c *smtp.Client, addr string) error
- func Dial(addr string) (*smtp.Client, error)
- func NewClient(conn net.Conn, host string) (*smtp.Client, error)
- func PlainAuth(identity, username, password, host string) smtp.Auth
- func SendMail(addr string, a smtp.Auth, from string, to []string, msg []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientClose ¶
func ClientData ¶
func ClientData(c *smtp.Client) (io.WriteCloser, error)
func ClientNoop ¶
func ClientQuit ¶
func ClientReset ¶
func ClientTLSConnectionState ¶
func ClientTLSConnectionState(c *smtp.Client) (tls.ConnectionState, bool)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.