Metadata-Version: 1.1
Name: sendmail
Version: 2.0
Summary: Send a message by invoking '/usr/sbin/sendmail' program
Home-page: http://www.ultimate.com/phil/python/#sendmail
Author: Phil Budne
Author-email: phil@ultimate.com
License: MIT
Download-URL: http://www.ultimate.com/phil/python/download/sendmail-2.0.tar.gz
Description-Content-Type: UNKNOWN
Description: Provides smtplib compatible API for sending Internet mail messages,
        
        Most Un*x Mail Transfer Agents (MTAs) supply a /usr/sbin/sendmail
        program for queuing mail messages without requiring a local (or remote)
        SMTP server.
        
        Compatible with 'sendmail' and 'postfix' MTAs.
        Not meant for use inside single-process containers!
        
        Your mileage may vary.
        Offer void where prohbited by law.
        Prior results do not guarantee a similar outcome.
        Packaged by weight, not volume, some settling may have occurred.
        Members of the immediate family are not eligible to participate and win.
        
Platform: POSIX
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries :: Python Modules
