Buildout recipe to install maildump
Project description
collective.recipe.maildump
==========================
.. contents::
Introduction
------------
This recipe installs `maildump <https://github.com/ThiefMaster/maildump>`_ a
python-based clone of the awesome `MailCatcher <https://github.com/sj26/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.1 (2016-01-09)
----------------
* Including missing files in release
0.2 (2015-07-12)
----------------
* Initial release to PyPI.
==========================
.. contents::
Introduction
------------
This recipe installs `maildump <https://github.com/ThiefMaster/maildump>`_ a
python-based clone of the awesome `MailCatcher <https://github.com/sj26/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.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
Built Distribution
File details
Details for the file collective.recipe.maildump-0.2.1.tar.gz
.
File metadata
- Download URL: collective.recipe.maildump-0.2.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8a10605771debfbfbafc27e5c49b1fccdeb6e1215018a1eb3d8d7887a9396fb |
|
MD5 | aa935bc0b9e0a8282ec84cda85b33590 |
|
BLAKE2b-256 | e22046cac56717a7d46ed7d6c58bff4e212a92fca9bdb03c31e87b958b0a53b8 |
File details
Details for the file collective.recipe.maildump-0.2.1-py2-none-any.whl
.
File metadata
- Download URL: collective.recipe.maildump-0.2.1-py2-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2285a34ea2da5e980cd47090bd48e7f7f368f9350364bca7e7cdad014868d0c4 |
|
MD5 | b169b3fdd3a0957bbee4ceaa636948c4 |
|
BLAKE2b-256 | 48386a47f2e64cf90f02f9a2940b1b2fb71924fdce352bee8e13c3e208d572d8 |