Sending e-mail ============== You often want to send e-mails from your application, e.g. for user registration or for sending reminders. This document holds a list and discussion of packages which are used to solving this task. zope.sendmail ------------- For a full tutorial see :doc:`../entry_level_eggs/zope.sendmail` . http://pypi.python.org/pypi/zope.sendmail Personal opinion: Easy to configure and use.