Module lettre::transport::smtp [] [src]

Sends an email using the client

Modules

authentication

Provides authentication mechanisms

client

SMTP client

extension

ESMTP features

response

SMTP response, containing a mandatory return code and an optional text message

Structs

SmtpTransport

Structure that implements the high level SMTP client

SmtpTransportBuilder

Contains client configuration

Enums

SecurityLevel

TLS security level

Statics

COLON

Colon

CRLF

The line ending for SMTP transactions (carriage return + line feed)

MESSAGE_ENDING

The ending of message content

NUL

NUL unicode character

SMTP_PORT

Default smtp port

SP

The word separator for SMTP transactions

SUBMISSION_PORT

Default submission port