Struct lettre::sendmail::SendmailTransport [] [src]

pub struct SendmailTransport { /* fields omitted */ }

Sends an email using the sendmail command

Methods

impl SendmailTransport
[src]

[src]

Creates a new transport with the default /usr/sbin/sendmail command

[src]

Creates a new transport to the given sendmail command

Trait Implementations

impl Debug for SendmailTransport
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for SendmailTransport
[src]

[src]

Returns the "default value" for a type. Read more

impl<'a, T: Read + 'a> EmailTransport<'a, T, SendmailResult> for SendmailTransport
[src]

[src]

Sends the email

Auto Trait Implementations