Smile CDR v2024.05.PRE
On this page:
   45.33    DTR 45.35    Encounter Start CDS hook configuration   

45.34.1Email Configuration

 

The Email Configuration configuration category includes the following configurable options:

  • Email From Address

  • Notification Emails

  • Email SMTP Hostname

  • Email SMTP Password

  • Email SMTP Port

  • Use STARTTLS for connection security

  • Email SMTP Username

45.34.2Property: Email From Address

 
Property Name Email From Address
Property Key
Property Type STRING
Description Emails sent from matching EMAIL will be sent from this e-mail address.
Applies to Modules
  • Payer to Payer
  • SMART Outbound Security
  • appSphere
Default Value noreply@unknown.com
Example Property
module.[MODULE_ID].config.email.from_address = noreply@unknown.com

45.34.3Property: Notification Emails

 
Property Name Notification Emails
Property Key
Property Type STRING
Description The administrator will use these emails to receive notifications for new payer registration requests. Comma separated.
Applies to Modules
  • Payer to Payer
  • appSphere
Default Value (no default)
Example Property
module.[MODULE_ID].config.notification.emails = 

45.34.4Property: Email SMTP Hostname

 
Property Name Email SMTP Hostname
Property Key
Property Type STRING
Description For Email delivery, specifies the SMTP server hostname.
Applies to Modules
  • Cluster Manager
Default Value localhost
Example Property
module.[MODULE_ID].config.smtp.hostname = localhost

45.34.5Property: Email SMTP Password

 
Property Name Email SMTP Password
Property Key
Property Type PASSWORD
Description For Email delivery, specifies the SMTP server password.
Applies to Modules
  • Cluster Manager
Default Value (no default)
Example Property
module.[MODULE_ID].config.smtp.password = 

45.34.6Property: Email SMTP Port

 
Property Name Email SMTP Port
Property Key
Property Type POSITIVE_INTEGER
Description For Email delivery, specifies the SMTP server port.
Applies to Modules
  • Cluster Manager
Default Value 25
Example Property
module.[MODULE_ID].config.smtp.port = 25

45.34.7Property: Use STARTTLS for connection security

 
Property Name Use STARTTLS for connection security
Property Key
Property Type BOOLEAN
Description For Email delivery, specifies if we wish to use STARTTLS as our connection security protocol.
Applies to Modules
  • Cluster Manager
Default Value false
Example Property
module.[MODULE_ID].config.smtp.use_starttls = false

45.34.8Property: Email SMTP Username

 
Property Name Email SMTP Username
Property Key
Property Type STRING
Description For Email delivery, specifies the SMTP server username.
Applies to Modules
  • Cluster Manager
Default Value (no default)
Example Property
module.[MODULE_ID].config.smtp.username = 
   45.33    DTR 45.35    Encounter Start CDS hook configuration