Versions Compared

Key

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

...

Panel

Anchor
CSF Email properties
CSF Email properties

CSF Email properties

  • email.address.from:
    indent
    1
    1
    *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*:  email.address.from=registration@mit.edu ("MIT Office of the Registrar")
    *Dependencies*:  If specified, this value will always be used for in the *from* field of the email.
    
  • email.address.test.to:
    indent
    1
    1
    *Description*:  A string containing an email address to whom the email is being sent.
    *Usage*:  email.address.test.to=rjrenolds@mit.edu
    *Dependencies*:  Used in conjunction with the email.production.mode property.
    
    indent
    2
    2
    When email.production.mode=false:
    
    indent
    3
    3
    email will be sent to the email address specified with this property.
    
    indent
    2
    2
    When email.production.mode=true:
    
    indent
    3
    3
    email will be sent to the email address specified by the calling application.
    
  • emai.address.bcc:
    indent
    1
    1
    *Description*:  A string of CSV email address(es) to be used in the email's bcc.
    *Usage*:  email.address.test.to=rjrenolds@mit.edu
    *Dependencies*:  Used in conjunction with the email.production.mode property.
    
    indent
    2
    2
    When email.production.mode=false:
    
    indent
    3
    3
    bcc addresses will *not* be added to the emails.
    
    indent
    2
    2
    When email.production.mode=true:
    
    indent
    3
    3
    bcc addresses will be added to the emails.
    
  • email.production.mode:
    indent
    1
    1
    *Description*:  Used to indicate whether or not the applicaition is deploy on a production server.
    *Usage:*:  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.
    
    email.production.mode:
indent
11

can be set to true/false. If set to true, will sent out email to students/the to address(es) specified in the UI. If set to false, the system will replace the to address(es) with the one specified in the email.address.test.to in the <app>.properties file.