Skip to main content

Buildout recipe to install maildump

Project description

collective.recipe.maildump

Introduction

This recipe installs maildump a python-based clone of the awesome MailCatcher tool.

Installation

Look at this example:

[buildout]
parts = maildump

[maildump]
recipe = collective.recipe.maildump

That’s all.

How to use it

Just run bin/maildumpctl. By default it will start the web server on port 1080 and the smtp server on port 1025.

Configure your application to use the SMTP server on localhost, port 25, no user, and no password.

For example, on django add the following to you settings.py file:

EMAIL_HOST = "localhost"
EMAIL_HOST_USER = ""
EMAIL_HOST_PASSWORD = ""
EMAIL_PORT = 1025
EMAIL_USE_TLS = False
DEFAULT_FROM_EMAIL='contacto@holokinesislibros.com'
SERVER_EMAIL = 'contacto@holokinesislibros.com'

CHANGES

0.2.2 (2016-01-10)

  • Packaging issues

0.2.1 (2016-01-09)

  • Including missing files in release

0.2 (2015-07-12)

  • Initial release to PyPI.

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

collective.recipe.maildump-0.2.2.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file collective.recipe.maildump-0.2.2.tar.gz.

File metadata

File hashes

Hashes for collective.recipe.maildump-0.2.2.tar.gz
Algorithm Hash digest
SHA256 9a472e5389e5014b981531bb82df1df7360708a1af07a80d22f72c317f6ffa0d
MD5 1fe255e8c8b0abe5a9103565c2432c3b
BLAKE2b-256 781ea6158a66e9097acf5a83a751df5bdd6fc4aafab91b7ead4971bfae2dd195

See more details on using hashes here.

File details

Details for the file collective.recipe.maildump-0.2.2-py2-none-any.whl.

File metadata

File hashes

Hashes for collective.recipe.maildump-0.2.2-py2-none-any.whl
Algorithm Hash digest
SHA256 e222be758a6bddab6e22bd7de3308350234697e179dd3b84446caedf136f2424
MD5 fe27d5d82798c90ca4da6084a14fca2a
BLAKE2b-256 084c11e47ba7f9339c7231c5792d3f4389ce99a14431d5f367a3752fc97d55bb

See more details on using hashes here.

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