Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37548350
en ru br
ALT Linux repos
S:4.4.1-alt1

Group :: Development/Python3
RPM: python3-module-repoze.sendmail

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 4.4.1-alt1
Build date: 10 december 2019, 10:11 ( 228.5 weeks ago )
Size: 42.90 Kb

Home page:   https://github.com/repoze/repoze.sendmail

License: Repoze Public License
Summary: Send e-mails transactionally (originally cloned from zope.sendmail)
Description:

`repoze.sendmail` allows coupling the sending of email messages with a
transaction, using the Zope transaction manager.  This allows messages to
only be sent out when and if a transaction is committed, preventing users
from receiving notifications about events which may not have completed
successfully.  Messages may be sent directly or stored in a queue for later
sending.  The queued mail approach is the more common and recommended path.  A
console application which can flush the queue, sending the messages that it
finds, is included for convenience.

`repoze.sendmail` is a fork of `zope.sendmail`.  Functionality that was
specific to running in a Zope context has been removed, making this version
more generally useful to users of other frameworks.

Current maintainer: Andrey Bychkov

List of contributors

List of rpms provided by this srpm:

  • python3-module-repoze.sendmail-tests
  • python3-module-repoze.sendmail-docs
  • python3-module-repoze.sendmail-pickles
  • python3-module-repoze.sendmail
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin