Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-12297

not possible to send newsletters because of wrong constants

    XMLWordPrintable

Details

    Description

      I tierd to send newsletters, but all users allways are skippped. i tarted to debug and found in newsletter php:

      if ( in_array( eZNewsletter_OutputFormatHTML, $userOutputFormatList ) &&
      in_array( eZNewsletter_OutputFormatHTML, $newsletterOutputFormatList ) )

      how can it work??? If

      $newsletterOutputFormatList
      Array
      (
      [0] => plaintext
      [1] => embeddedhtml
      [2] => externalhtml
      )

      $userOutputFormatList
      Array
      (
      [0] => 0
      [1] => 1
      [2] => 2
      )

      What is correct list?

      Attachments

        Activity

          People

            tw tw
            vytis vytis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: