Python Library Usage¶
The API Reference provides great information on how to use each piece of the python-slimta library, but it rarely helps decide when and how to put the pieces together. These pages describe the components of a python-slimta application, with examples, to help construct your own personalized MTA.
For example, once you’ve read about the SMTP edge service
and decided it’s what you want, you can use the
SmtpEdge
reference page for details on exactly what
arguments it takes and what they mean.