Namespace: go.std.net.smtp

v1.0

Contents

Summary

Provides a low-level interface to the net/smtp package.

Package smtp implements the Simple Mail Transfer Protocol as defined in RFC 5321.
It also implements the following extensions:

8BITMIME RFC 1652
AUTH RFC 2554
STARTTLS RFC 3207

Additional extensions may be handled by clients.

The smtp package is frozen and is not accepting new features.
Some external packages provide more functionality. See:

https://godoc.org/?q=smtp

Index

Legend

Constants

Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.

Variables

Functions, Macros, and Special Forms

Types