Applies to: reference, configuration

CMS E-Mail Channel Service Settings

These settings involves SMTP and email connectivity.

Format Path Filename Purpose
YAML ./conf/mops-cms-emailchannel/ config.yml SMTP and email configuration

Configuration file example:

sender: "MOPS 4.0 Notifications <no-reply@mopssys.com>"
smtp-server: "smtp.tl.pvt:25"

recipients:
  - "example.mail@mopssys.com"

logging: true
loglevel: "ERROR"

Description of config.yml keys and values:

Name Type Description
sender string Inserted in Email ‘from’ field.
smtp-server string
: to SMTP server.
recipients string Insertd in Email ’to’ field.
logging boolean Logging enabled/disabled = true/false.
loglevel string “ERROR”, “WARNING”, “DEBUG”, “INFO”