Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

*
    • Description
*:  A string of CSV email
    • :  A string of CSV email address(es)
    • to
    • be
    • used
    • in
    • the
    • email's
    • bcc.
*
    • Usage
*:  Optional *Example*:  email
    • :  Optional
    • Example:  email.address.bcc=rjrenolds@mit.edu
*
    • Dependencies
*:  Used in conjunction with the
    • :  Used in conjunction with the email.production.mode
    • property.

    •   When
When
    • email.production.mode=false:

    •  &nbsp &nbspbcc addresses will not be added to the emails.
       &nbspWhen
When bcc addresses will be added to the emails.
    • email.production.mode=true:

    •  &nbsp &nbspbcc addresses will be added to the emails.

  • email.production.mode:
Panel

Anchor
CSF Email properties
CSF Email properties

CSF Email properties

Need more information about the csf-email email service?  Go to the CSF Email Service Technical Spec for more information.

  1. email.address.from:
    • Description:  A string containing an email address from whom the email is being sent.  The string may contain more than just an email address.
    • Usage:  Optional
    • Example:  email.address.from=registration@mit.edu ("MIT Office of the Registrar")
    • Dependencies:  If specified, this value will always be used in the from field of the email.
  2. email.address.test.to:
    • Description:  A string containing an email address to whom the email is being sent.
    • Usage:  Optional.  Recommend to be used on WORKSTATION, DEV, TEST and QA servers and not used on PRODUCTION servers.
    • Example:  email.address.test.to=rjrenolds@mit.edu
    • Dependencies:  Used in conjunction with the email.production.mode property.
        When email.production.mode=false:
          email will be sent to the email address specified with this property.
        When email.production.mode=true:
          email will be sent to the email address specified by the calling application.
  3. emai.address.bcc:
indent
11
indent
22
indent
33

bcc addresses will *not* be added to the emails.
indent
223
indent
3
indent
1
1
*Description*:  Used to indicate whether or not the applicaition is deployed on a production server.
*Usage*:  Required
*Example*:  Only the boolean values *true* or *false* are allowed.
indent
2
2
When email.production.mode=false:
indent
3
3
the application is deployed to DEV, TEST or QA server and is *not* deployed to a PRODUCTION server.
indent
2
2
When email.production.mode=true:
indent
3
3
the application is deployed to a PRODUCTION server.
indent
1
1
*Dependencies*:  None.

...