Registered by Barry Warsaw

Testing SMTP based projects requires a server actually speaking SMTP. lazr.smtptest provides the testing framework such projects can use.

See the documentation: http://packages.python.org/lazr.smtptest/

Download from http://pypi.python.org/pypi/lazr.smtptest

If you are using Python 3, I highly recommend you use aiosmtpd instead: http://aiosmtpd.readthedocs.io/en/latest/

Project information

Part of:
LAZR, the project
Maintainer:
LAZR Developers
Driver:
Barry Warsaw
Licence:
GNU LGPL v3

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
Python

Get Involved

Downloads

Latest version is 2.0.4
released

All downloads

Announcements

  • RELEASED: lazr.smtptest 2.0 on 2013-01-07
    This release ports the library to Python 3. It is now compatible with Python...
  • RELEASED 1.2 on 2009-07-07
    Fixes bug 393621 by giving the QueueServer a reset() method to clear its queue.
  • RELEASED 1.1 on 2009-06-29
    Version 1.1 is a slight modification to 1.0, where the QueueController API ha...