Problem with E-Mail Group Accounts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hansln
    Junior Member
    • Jan 2017
    • 5

    Problem with E-Mail Group Accounts

    I set up a fresh EspoCRM instance on an ubuntu 16.04 server.

    Apache2
    PHP7
    MYSQL5

    We are using GoogleAPPs and have an own account for group-e-mails.
    Imap is activated for every account.

    The import from our personal accounts from Google are working perfekt.

    The import for our Group-Emails fails. I tried to import another IMAP-Server, same error.

    In the EspoCRM log we find the following entry:

    [2017-01-08 19:14:03] Espo.ERROR: InboundEmail 5872894de167d2fb7 (Get Message w/parser ZendMail): [0] The input is not a valid email address. Use the basic format local-part@hostname

    Any IDEA what is wrong here?

    Greetings Hans

  • hansln
    Junior Member
    • Jan 2017
    • 5

    #2
    Mailparse extension has to be installed, An exact discription for Ubuntu 16.04 follows....

    Comment

    • tanya
      Senior Member
      • Jun 2014
      • 4308

      #3

      "php -m" command in CLI will show if it's installed and loaded.

      Comment

      • hansln
        Junior Member
        • Jan 2017
        • 5

        #4
        thx tanya,

        Comment

        • yuri
          Member
          • Mar 2014
          • 8440

          #5
          It should be applied for php for command line interface since cron is run in CLI. Usually it's defined in separate php.ini file.
          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

          Comment

          Working...