I just want to have email notification when an error is declared in plone 4.
Any ideas of product or any \"how-to\" ?
Thanks
Configuring mailing-logger is documented at http://pypi.python.org/pypi/plone.recipe.zope2instance but I think that email log notification is built into recent Zope2 releases, so you should now add the following to you [instance]
section:
event-log-custom =
from server@here.com
to kdie@localhost
subject "anything goes here"
smtp-server 127.0.0.1
(example from http://myzope.kedai.com.my/blogs/kedai/44)