LAZR smtptest

This is LAZR smtptest, a framework for testing SMTP-based applications and libraries. It provides a real, live SMTP server that you can send messages to, and from which you can read those test messages. This can be used to ensure proper operation of your applications which send email.

Importable

The lazr.smtptest package is importable, and has a version number.

>>> import lazr.smtptest
>>> print('VERSION:', lazr.smtptest.__version__)
VERSION: ...

More information

For more general usage information, see usage. A specific, common test regime can be found in queue.