Table: Email

Database schema and system attributes for Email.


Active

  • Required Property: false
  • Lava Supported Property: true
  • Database Property: false
  • Data Type: Boolean
  • Description: Should Service be used?

CSSInliningEnabled

  • Required Property: false
  • Lava Supported Property: true
  • Database Property: false
  • Data Type: Boolean
  • Description: Enable to move CSS styles to inline attributes. This can help maximize compatibility with email clients.

DefaultPlainText

  • Required Property: false
  • Lava Supported Property: true
  • Database Property: false
  • Data Type: Code Editor
  • Description: The text to display for email clients that do not support html content.
  • Property Values:
    • editorHeight = 200
    • editorMode = Lava

Order

  • Required Property: false
  • Lava Supported Property: true
  • Database Property: false
  • Data Type: Integer
  • Description: The order that this service should be used (priority)

TransportContainer

  • Required Property: false
  • Lava Supported Property: true
  • Database Property: false
  • Data Type: Component
  • Property Values:
    • container = Rock.Communication.TransportContainer, Rock

UnsubscribeHTML

  • Required Property: false
  • Lava Supported Property: true
  • Database Property: false
  • Data Type: Code Editor
  • Description: The HTML to inject into email contents when the communication is a Bulk Communication. Contents will be placed wherever the 'Unsubscribe HTML' merge field is used, or if not used, at the end of the email in email contents.
  • Property Values:
    • editorHeight = 200
    • editorMode = Lava