Ignore:
Timestamp:
29 Jun 2022, 10:24:59 (2 years ago)
Author:
Henrik Bettermann
Message:

Send email after final submission of application form.

File:
1 edited

Legend:

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

    r16960 r16976  
    14061406                    mapping = {'a':  emails_sent})
    14071407        IWorkflowInfo(self.context).fireTransition('submit')
     1408        # Send confirmation email
     1409        getUtility(IKofaUtils).informApplicant(self.context)
    14081410        # application_date is used in export files for sorting.
    14091411        # We can thus store utc.
Note: See TracChangeset for help on using the changeset viewer.