source: products/vendor/Products.MailHost/current/src/Products/MailHost/mailer.py @ 3356

Last change on this file since 3356 was 3356, checked in by fenix, 12 years ago

Load 2.13.1 into vendor/Products.MailHost?/current.

  • Property svn:eol-style set to native
File size: 157 bytes
Line 
1import zope.deferredimport
2
3zope.deferredimport.deprecatedFrom(
4    "Import from zope.sendmail instead",
5    'zope.sendmail.mailer',
6    'SMTPMailer',
7    )
Note: See TracBrowser for help on using the repository browser.