Skip to main content

No project description provided

Project description

SMTPc

smtpc version smtpc license smtpc python compatibility say thanks!

SMTPc is simple SMTP client for easy mail sending. It's purpose is to help developers test and/or verify SMTP servers or configuration.

If you like this tool, just say thanks.

Current stable version

0.1.1

Features

  • Easy build email message as text/plain, text/html or full MIME message (multipart/alternative)
  • Handle SMTP authentication, SSL and TLS
  • Allow use different from/to email addresses for SMTP session and email headers
  • Allow to specify own headers
  • Allow to use particular IP address in case when your host has more then one
  • It's all Python!

Installation

SMTPc should work on any POSIX platform where Python is available, it means Linux, MacOS/OSX etc.

Simplest way is to use Python's built-in package system:

python3 -m pip install smtpc

You can also use pipx if you don't want to mess with system packages and install SMTPc in virtual environment:

pipx install smtpc

Voila!

Python version

SMTPc is tested against Python 3.7+. Older Python versions may work, or may not.

How to use

Authors

Contact

If you like or dislike this software, please do not hesitate to tell me about this me via email (marcin@urzenia.net).

If you find bug or have an idea to enhance this tool, please use GitHub's issues.

ChangeLog

v0.1.1

  • fixed --version

v0.1.0

  • very initial version

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

smtpc-0.1.1.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

smtpc-0.1.1-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

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