Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Tip

Need to know the configurable properties for csf-email?  Go to The project .properties file properties for more information.

Quick

Links

to:

{

Panel
Wiki Markup
Table of Contents
}
Panel

1. Introduction

The CSF Email Service is a module in CSF to handle various functions related to sending emails to a single or group of recipients.

The implementation will include all the methods in the existing EmailServiceImpl in CSF common-legacy. New methods are added
to handle the bulk email and email preview functionality. In addition, new functionalities have been added to store the email message
created in the database and to retrieve the email queue status/statistics via service methods. The EmailServiceImpl is not annotated
so it has to be configured in one of the application Context files in the web application. It is not annotated so we can inject the
ApplicationConfiguration for those web applications that are using sais-common.

...