Ignore:
Timestamp:
4 Nov 2020, 17:52:22 (4 years ago)
Author:
Henrik Bettermann
Message:

Implement bulk emailing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py

    r16059 r16299  
    508508        )
    509509
     510    bcc_to = schema.Text(
     511        title = _(u'Bcc to:'),
     512        required = True,
     513        #readonly = True,
     514        )
     515
    510516    subject = schema.TextLine(
    511517        title = _(u'Subject:'),
     
    519525        title = _(u'Text:'),
    520526        required = True,)
     527
    521528
    522529class IKofaPrincipalInfo(IPrincipalInfo):
Note: See TracChangeset for help on using the changeset viewer.