Announcement

Collapse
No announcement yet.

How do I use email client?

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

  • How do I use email client?

    IMAP connection is OK. Folders subscribed (SELECT).
    I have opened email but no emails in the inbox .. and no folder hierarchy displayed...

  • #2
    Make sure cron is set up and is working.

    Comment


    • #3
      ssh crontab -e

      HTML Code:
      * * * * * php -f cron.php > /dev/null 2>&1
      or

      HTML Code:
      * * * * * /usr/local/bin/php -f cron.php > /dev/null 2>&1

      Comment


      • jbalta
        jbalta commented
        Editing a comment
        hello, exactly where that line of code is placed?
        in a file or in the administration.
        I've never used a cron and desire to learn.
        Thank you

      • jbalta
        jbalta commented
        Editing a comment
        hello, and I learned thank you.

    • #4
      Does it say "success" in the administration > job manager area of espocrm?

      *edit: try to write /full/path/to/espocrm/cron.php

      Comment


      • #5
        This is in cron tab:

        /usr/bin/php -f /home/assetmas/public_html/espo/cron.php > /dev/null 2>&1

        Comment


        • #6
          Problem might be cron.Have submitted support request to ISP. This line in cron notify by email:

          <b>Fatal error</b>: Directive 'allow_call_time_pass_reference' is no longer available in PHP in <b>Unknown</b> on line <b>0</b><br />
          Last edited by mmcdonald; 06-06-2016, 09:55 AM.

          Comment


          • #7
            Have started receving messages to inbox - this was problem/solution:

            when i run cron in cpanel using this line: /usr/local/php55/bin/php -f /home/user/public_html/crm/cron.php i get: Cron can be run


            But not seeing not seeing monitored IMAP folders yet

            Comment

            Working...
            X