A monkey patch to send MailHost messages to standard out
Project description
Products.PrintingMailHost
This is a hack. :)
This product, when installed, will check if Zope is running in debug mode, and if so, monkey patch (that is, grab the internals of, squeeze tight, then rip hard, just like monkeys do) Zope's MailHost class, meaning that any and all uses of a MailHost will be "fixed" so that instead of sending mail, it prints messages to the zope event log.
This is useful if you don't have a local mailhost for testing, or if you prefer not to spam the crap out of yourself whilst finding out if your bulk mail script is working.
If Zope is not running in debug mode, it will not install itself. However, I wouldn't recommend putting it on a production site. You never know what those monkeys may get up to...
You can optionally enable the PrintingMailHost with an environment variable as of version 0.3. See the installation instructions for more information about how to use it.
Compatibility
Works on Plone 6.2 (in Python 3.10-3.13).
Author
Martin Aspeli <optilude (AT) gmx (DOT) net> Initial idea, release management
Contributors
Dorneles Tremea <deo (AT) plonesolutions (DOT) com> Fixed to work both with old-style and new-style classes. Extended to also patch SecureMailBase from SecureMailHost, if available.
Clayton Parker <clayton (AT) sixfeetup (DOT) com>
Maurits van Rees <maurits (AT) vanrees (DOT) org>
Harald Friessnegger <harald (AT) webmeisterei (DOT) com>
Installation
To include Products.PrintingMailHost in your pip installation of Plone, just add it to requirements.txt.
To install Products.PrintingMailHost into your Plone instance in buildout, you can do this:
- Add
Products.PrintingMailHostto the list of eggs to install, e.g.:
[instance]
...
eggs =
...
Products.PrintingMailHost
- If you want to enable PrintingMailHost when debug-mode is off:
[instance]
...
environment-vars =
...
ENABLE_PRINTING_MAILHOST True
- If you want to disable PrintingMailHost when debug-mode is on:
[instance]
...
environment-vars =
...
ENABLE_PRINTING_MAILHOST False
- If PrintingMailHost is enabled, and you additionally want to send each email to a fixed address, you can add another environment variable:
[instance]
...
environment-vars =
...
PRINTING_MAILHOST_FIXED_ADDRESS admin@example.org
Or multiple addresses separated by spaces:
PRINTING_MAILHOST_FIXED_ADDRESS one@example.org two@example.org
For clarity: this first prints the email, with the original
recipient address, and then sends an actual email with the same
contents to the fixed address you have specified. The original
recipient is visible in the To: field. It is similar to
receiving a blind carbon copy (bcc) of an email, except that the
original recipient never gets the email.
- Re-run buildout in order to make any of the above changes active:
./bin/buildout
Changelog
2.0.1 (2025-12-23)
Bug fixes:
- Fix import of
base64.decodebytes. [maurits]
2.0.0 (2025-12-23)
Breaking changes:
- Replace
pkg_resourcesnamespace with PEP 420 native namespace. Support only Plone 6.2 and Python 3.10+. #3928
Internal:
- Update configuration files @plone
1.1.8 (2025-06-19)
- Update readme with compatibility information. @ksuess
1.1.7 (2023-02-23)
- Fixed URL in startup message. @gforcada
1.1.6 (2021-05-06)
- Fix Python 3.9 compatibility. @thet
1.1.5 (2020-11-02)
- Fix support for MailHost 4.10 (see issue 33). @pbauer
1.1.4 (2020-06-10)
- Fixed
SyntaxErrorin previous release. @tareqalam
1.1.3 (2020-06-10)
- Encoding fix for Python 3 @ajung
1.1.2 (2019-03-05)
- Restore compatibility with plone.api. @pbauer
1.1.1 (2019-02-28)
- Add support Python 3 @pbauer
1.1.0 (2018-06-08)
- Check environment variables in Zope2
initializeinstead of import time. This allows to configure environment-vars in zope.conf and use them when starting the instance with slc.zopescript @fRiSi
1.0 (2016-09-20)
- Treat
FIXED_ADDRESSas a list. Previously, depending on your Plone version. a fixed address could get interpreted as a list of single-character email addresses, which of course does not work. Now it works properly. You can also give a list of addresses by separating them using spaces:one@example.org two@example.org. Fixes https://github.com/collective/Products.PrintingMailHost/issues/4 @maurits
0.8 (2015-04-16)
-
Add environment variable
PRINTING_MAILHOST_FIXED_ADDRESSto send all emails to a single, fixed address. PrintingMailHost still needs to be enabled, so this is in addition to printing. https://github.com/collective/Products.PrintingMailHost/issues/2 @maurits -
Since we can enable PMH via an environment variable and thus when not running in debug mode / foreground, emails are no longer printed, but written to the zope event log. @pysailor
0.7 (2010-01-05)
- Also patch (Secure)MaildropHost when available. @maurits
0.6 (2010-01-05)
- Allow passing keyword 'immediate'. Needed for Plone 4 compatibility. @maurits
0.5 (2009-08-07)
- Fix email Message import @claytron
0.4 (2009-07-24)
- Rough support for multipart email messages @iElectric
0.3 (2009-03-22)
-
Decode base64 encoded email messages @claytron
-
Added environment variable (ENABLE_PRINTING_MAILHOST) to enable or disable PrintingMailHost @claytron
-
Update README and HISTORY.txt @claytron
0.2 (2008-08-20)
- Release as an egg to PyPi @claytron
0.1
-
Updated to use the new standard log mechanism: logging.getLogger. Reformatted messages/docstrings. @dtremea (2006-03-17)
-
Extended to also patch SecureMailBase from SecureMailHost, if available. @dtremea (2005-10-23)
-
Fixed to work both with old-style and new-style classes, as in the later, dict is a 'dictproxy' instance, which doesn't have the setitem method. Bumpped version. Noted changes. And clean up whitespaces, of course... ;-) @dtremea (2005-10-23)
-
Initial creation/release @optilude (2005-04-05)
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file products_printingmailhost-2.0.1.tar.gz.
File metadata
- Download URL: products_printingmailhost-2.0.1.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8198c8044bd7e0043ecf14cc3723bec446ef19a7110df24561cdd42e02c7b713
|
|
| MD5 |
de2da4254868277fd57523b5428defd0
|
|
| BLAKE2b-256 |
0c16710d148bc192b7a114f7f0c587494a6686633ec03dad07b252f0ca46712f
|
File details
Details for the file products_printingmailhost-2.0.1-py3-none-any.whl.
File metadata
- Download URL: products_printingmailhost-2.0.1-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b605cfa43db4af8640a1e027e7cbf1bb29b81a92032183f4ec77b6e45fdf0c0b
|
|
| MD5 |
9deeb054c21a13ed31d913d8f6796ce0
|
|
| BLAKE2b-256 |
2a79b38531bbbf0292c703bf41ed7183dd28e49ab823fce87fb61774597158a1
|