Espo.ERROR: InboundEmail

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jacobite
    Junior Member
    • Dec 2014
    • 22

    Espo.ERROR: InboundEmail

    Hello,

    we have some problems with one email, which could not import to espo.

    Logs:
    [2016-07-18 07:50:01] Espo.ERROR: InboundEmail 54649e18be53a (Get Message): [0] The input is not a valid email address. Use the basic format local-part@hostname [] []
    [2016-07-18 08:30:02] Espo.ERROR: InboundEmail 54649e18be53a (Get Message): [0] The input is not a valid email address. Use the basic format local-part@hostname [] []

    The detailed E-Mail header I would send via Message.
  • Jacobite
    Junior Member
    • Dec 2014
    • 22

    #2
    this error can be fixed by installing mailparse php extension since it's supported in espocrm 4.3.0
    http://stackoverflow.com/a/36636332

    Comment

    Working...