Skip to main content

A smtpd server impletement based on Gevent

Project description

SMTP servers impletement base on Gevent

Install

pip install gsmtpd

Usage

Basically gsmtpd is ported from Python standard lib smtpd, you can it check from Doc

however there is only one difference, you should add monkey patch of gevent

from gevent import monkey
monkey.patch_all()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gsmtpd-0.1.7.tar.gz (7.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page