Crate vsmtp_server
Expand description
vSMTP server
Modules
- This module is responsible of the delivery of the message, and the management of failures.
- This module is responsible of the communication between the different part of the software.
- This module execute logics on message after taking their responsibility, and before sending them.
Structs
- Payload sent across the different processes of
vSMTP
. - TCP/IP server
Functions
- Create a
TCPListener
ready to be listened to - Start the
vSMTP
server’s runtime