Changelog¶
3.4.0 (2016-07-08)¶
- Making
MessageSender.set_headersits own method - Updating the list of Notifications, because Request contact is now a file-system side notification
3.3.1 (2016-02-10)¶
- Handling missing
Fromaddresses better - Adding some unit tests
3.3.0 (2015-06-24)¶
- Moving the documentation to Sphinx and Read the Docs
3.2.2 (2015-02-17)¶
- Added some Unicode robustness
3.2.1 (2015-02-04)¶
- Added a
Dateheader
3.2.0 (2014-09-23)¶
- Switching to GitHub as the primary repository
- Using the
@implementerclass decorator rather than theimplementsstatement - Unicode fixes to the audit trail
- Updating the documentation
3.1.3 (2014-06-11)¶
- Added more error checking
3.1.2 (2014-02-28)¶
- Updated the
ToandFromheaders - Updated the documentation on the Reset password notification
3.1.1 (2014-01-29)¶
- Updated documentation
3.1.0 (2013-10-21)¶
- Better auditing
- Ensuring that the
gs.profile.notifiy.NotifiyUseris exposed to ZMI-side stripts
2.1.0 (2012-06-22)¶
- Update to SQLAlchemy
2.0.3 (2012-03-27)¶
- Updating the documentation
2.0.2 (2012-02-07)¶
- Using the
@Lazydecorator in the message sender
2.0.1 (2012-01-18)¶
- Added to the documentation
- Fixing some context issues
2.0.0 (2011-05-18)¶
- Added the ability to send HTML formatted email notifications
- Made the
Fromaddress optional
1.1.0 (2011-01-18)¶
- Added an
EmailUserclass - Following the gs.profile.email.base code
1.0.2 (2010-09-28)¶
- Getting the site-information more reliably
- Fixing an overly zealous assert
1.0.1 (2010-07-09)¶
- Removing a
<five:implements>declaration from the ZCML
1.0.0 (2010-04-15)¶
Initial version. Prior to the creation of this product email
notifications were handled by Products.CustomUserFolder and
templates in the Templates/email/notifications folder of the
ZMI. The NotifyUser code was originally written by was
written by Richard Waid.