Announcement

Collapse
No announcement yet.

Blank E-Mail Text

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Blank E-Mail Text

    Hi there,

    in some cases the email body is imported with NULL.

    i'm not sure where the problem is.

    for testing i can send the email sourcecode.

    Content-Type: multipart/alternative; boundary="----------=_1497018134-21705-3"

    ------------=_1497018134-21705-3
    Content-Type: text/plain; charset="utf-8"
    Content-Disposition: inline
    Content-Transfer-Encoding: quoted-printable

    ------------=_1497018134-21705-3
    Content-Type: text/html; charset="utf-8"
    Content-Disposition: inline
    Content-Transfer-Encoding: quoted-printable
    with espo 4.5.1 we didn't had the problem
    Last edited by Jacobite; 06-12-2017, 12:40 PM.

  • #2
    made some more tests.

    when i set 'emailParser' => 'ZendMail' in the config.php the email was importet correctly.
    seems there is a problem with the new MailMimeParser

    unfortanly there is no log record, why the mail body is null

    Comment


    • #3
      solution:
      update the libary MailMimeParser from zbateson to the latest version 0.4.3 and it worked again :-)

      Comment

      Working...
      X