Skip to main content

Buildout recipe to install maildump

Project description

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'

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.tar.gz (3.0 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for collective.recipe.maildump-0.2.tar.gz
Algorithm Hash digest
SHA256 2584efab1baa7481160448573be60f5fc9cae53caaeb5bc47e1d6ccee2b5d316
MD5 f4b6665ce2c74845d3217bd077be44b2
BLAKE2b-256 b0d868d8c5e79f1721554da5a41720136c59f127678ac3f90fb8c3e474d8b757

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