[][src]Module new_tokio_smtp::chain

Provides the smtp_chain macro and the chain function

see their respective documentation for more information.

Enums

OnError

Decide if a error should just stop sending commands or should also trigger the sending of RSET stopping the current mail transaction

Traits

HandleErrorInChain

implement this trait for custom error in chain handling

Functions

chain

send all commands in chain through the given connection one after another