Uploaded image for project: 'In-Portal CMS'
  1. In-Portal CMS
  2. INP-1109

Allow storing e-mails longer than 64KB in E-mail Log

    XMLWordPrintable

    Details

    • Type: Bug Report
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.2.0-B1
    • Fix Version/s: 5.2.0
    • Component/s: E-mails
    • Labels:
      None
    • Additional information:
      Hide

      Need to:
      1. hide columns with mailing list text from list by default
      2. show nice mailing list preview on editing (like in e-mail log detail page)

      Show
      Need to: 1. hide columns with mailing list text from list by default 2. show nice mailing list preview on editing (like in e-mail log detail page)
    • Change Log Message:
      Fixes e-mail from mailing list not being added to E-mail Log
    • Story Points:
      2
    • External issue ID:
      1348
    • Copy Issue Key:
    • Patch Instructions:

      Patches must be submitted through Phabricator.

      Description

      In 5.2.0 we have introduced complete Email Logging which is quite useful.

      However, there seems to be a bug in Logging emails with very Long Email Body that are sent via Mailing List functionality. In particular this happens when we send emails with HTML in it (see attached).

      Problem lead to the amount of data being stored in LogData column of EmailQueue table. Currently this field is a TEXT which is not enough to store Serialized logging data (html + plain versions) in it. In total ti takes (around 130kb).

      Changing column data type from TEXT to LONGTEXT didn't solve it because serialized array, that has new line symbols in it is correctly stored only in LONGBLOB column.

      Need to investigate what actually happens.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                alex Alex
                Reporter:
                alex Alex
                Developer:
                Alex
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: