Struct lettre::file::FileEmailTransport [] [src]

pub struct FileEmailTransport { /* fields omitted */ }

Writes the content and the envelope information to a file

Methods

impl FileEmailTransport
[src]

[src]

Creates a new transport to the given directory

Trait Implementations

impl Debug for FileEmailTransport
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a, T: Read + 'a> EmailTransport<'a, T, FileResult> for FileEmailTransport
[src]

[src]

Sends the email

Auto Trait Implementations