Versions Compared

Key

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

...

Panel

Anchor
Email properties
Email properties

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
    1
    1
    Used in conjunction with the email.production.mode property.
    When email.production.mode=false:
    
    indent
    2
    2
    email will be sent to the email address specified with this property.
    
    indent
    1
    1
    When email.production.mode=true:
    {
    :
    indent
    2
    2
    }
    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.