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
    the from address of the email being sent,  e.g. “registration@mit.edu ("MIT Office of the Registrar")” 
    
  • email.address.test.to:
    indent
    2
    2
    
    *Description
    :  An email address that the email is being sent to.Usage:  email
    *:  An email address that the email is being sent to.
    *Usage*:  email.address.test.to=rjrenolds@mit.edu
    
    *Dependencies
    :  Used in conjunction with the
    *:  Used in conjunction with the email.production.mode property.
    
    indent
    2
    3
    2
    3
    
    When email.production.mode=false:
    
    indent
    3
    4
    3
    4
    
    email will be sent to the email address specified with this property.
    
    indent
    2
    3
    2
    3
    
    When email.production.mode=true:
    
    indent
    3
    4
    3
    4
    
    email will be sent to the email address specified by the calling application.
    
  • emai.address.bcc:
    indent
    1
    1
    when email.production.mode is set to true, the email service will add this address to bcc of each email sent.
    
  • email.production.mode:
    indent
    1
    1
    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.