Module lettre::transport [] [src]

Represents an Email transport

Modules

file

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

smtp

This transport sends emails using the SMTP protocol

stub

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

Traits

EmailTransport

Transport method for emails