Announcement

Collapse
No announcement yet.

Problem with E-Mail Group Accounts

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

  • 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


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

    Comment


    • #3

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

      Comment


      • #4
        thx tanya,

        Comment


        • #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.

          Comment

          Working...
          X