...
Any app we need to use this feature would need to upgrade its version of CSF and be retested. Each app would also need to reviewed to make sure ist it uses "machine.properties" in its property configuration.
2.One Login Per Batch of Email Messages
One question - for a bulk email send, should we authenticate to the server for every single email message in the batch:
...
Code Block |
---|
send(MimeMessagePreparator mimeMessagePreparator) |
Summary
This change would mean:
- Modifications to csf-email (detailed above)
- Changes to common property files (i.e. machine.properties) on each server that hosts CSF web apps.
- Build & release of each web app that needs to use this feature.
- Retest of each rebuilt app.