Application settings are standard settings built into a class that can be overridden by a configuration file.
These settings can be maintained from Design > Configuration > Installed Modules > Message > Settings.
EmailCss
Defaults to: email.css
This is a comma-seperated list of css files to include as inline styles for outbound emails. Many web-based email clients (including Gmail) strip links to external css files. The Report module's Email method will build the body of an email including inline css read from external .css files. This allows a developer to maintain source-controlled .css files for email styling, while leveraging inline styles supported by web email clients.
EmailDefaultBody
Defaults to: (No body specified)
This is the text to use for the body of an email if no body is specified. For example, Message/Send?ToAddress=bob@acme.com&Subject=Hello World would result in:
From: Quandis Business Objects <no-reply@quandis.com>
To: bob@acme.com
Subject: Hello World
Body: (No body specified)
EmailDefaultFromAddress
Defaults to: no-reply@quandis.com
This is the from address to use, if not otherwise specified. For example, Message/Send?ToAddress=bob@acme.com&Subject=Hello World would result in:
From: Quandis Business Objects <no-reply@quandis.com>
Body: (No body specified)
EmailDefaultFromName
Defaults to: Quandis Business Objects
This is the from name to use, if not otherwise specified. For example, Message/Send?ToAddress=bob@acme.com&Subject=Hello World would result in:
From: Quandis Business Objects <no-reply@quandis.com>
Body: (No body specified)
EmailDefaultSubject
Defaults to: (No subject specified)
This is the default subject to use, if not otherwise specified. For example, Message/Send?ToAddress=bob@acme.com&BodyText=Hello World would result in:
From: Quandis Business Objects <no-reply@quandis.com>
To: (No subject specified)