Module lettre::transport [] [src]

Represents an Email transport

Modules

error

Error and result type for SMTP clients

file

This transport creates a file for each email, containing the enveloppe information and the email itself.

smtp

Sends an email using the client

stub

This transport is a stub that only logs the message, and always returns succes

Traits

EmailTransport

Transport method for emails