Page 1 of 5 12345 LastLast
Results 1 to 10 of 47

Thread: Group E-Mail Folder Issue

  1. #1
    DanBrown is offline Senior Member
    Join Date
    Jul 2008
    Posts
    95

    Question Group E-Mail Folder Issue

    Hi,

    I'm using Sugar 5.1.0

    Iv created an inbound email group via the 'Inbound Email' menu and also assigned a group folder to it.

    As far as im aware the mail from the email group iv configured should either manually or automatically (somehow) be imported or downloaded from the mail server into this folder...

    The only way iv been able to get any mail into this group folder is by creating another personal mail account (the same as the group one) via the E-Mail menu then clicking 'Settings' and drag and drop the mail into it but it defeats the object, but when i come to assign the personal mail account to the group folder there is not an option to because its personal...

    If anyone can make sense of this please help!

    Many Thanks

  2. #2
    sgandhi is offline Sugar Team Member
    Join Date
    Aug 2007
    Posts
    217

    Default Re: Group E-Mail Folder Issue

    After you have created a group mailbox with a group folder, you need to run the cron job and thats how the system will retrieve all the emails from the group mail box and will put it in the group folder.

    -Samir

  3. #3
    DanBrown is offline Senior Member
    Join Date
    Jul 2008
    Posts
    95

    Question Re: Group E-Mail Folder Issue

    Thanks for the reply, how exactly or what exactly is a cron job?

    Im running sugar locally 'localhost' with the faststack installer on windows

    Also this message in log file [FATAL] Error fetching relationship from cache schedulers_created_by
    Last edited by DanBrown; 2008-09-16 at 08:26 AM.

  4. #4
    DanBrown is offline Senior Member
    Join Date
    Jul 2008
    Posts
    95

    Question Re: Group E-Mail Folder Issue

    Can anyone help?

  5. #5
    dstj is offline Sugar Community Member
    Join Date
    Nov 2006
    Posts
    23

    Default Re: Group E-Mail Folder Issue

    Hi,

    Go to admin -> schedulers to see the command for your system.

    On windows, you need to create a scheduled task running :
    Code:
    > schtasks /create /sc minute /mo 2 /tn "SugarCron" /tr "D:\utils\SugarCRM\sugarcron.bat" /ru SYSTEM
    My .bat file looked like this:
    Code:
    cd /d C:\Inetpub\wwwroot\SugarSuite
    php -f cron.php
    On linux, you need to edit the crontab for the web user (for me, it's apache)
    Code:
    > crontab -u apache -e
    add the following line
    Code:
    */2 * * * * cd <pathToSugarcrm>; php -f cron.php > /dev/null 2>&1
    As for the "schedulers_created_by", I get the same...

  6. #6
    DanBrown is offline Senior Member
    Join Date
    Jul 2008
    Posts
    95

    Question Re: Group E-Mail Folder Issue

    Thanks for the reply

    My command is:
    cd C:\Program Files\sugarcrm-5.0.0g\htdocs\sugarcrm\
    php.exe -f cron.php

    But php.exe isnt located in the "sugarcrm" folder... why is it telling me to point to it?

    Nothing works, the command fires but nothing, the scheduler in sugar still says "Last Run:Never"
    Last edited by DanBrown; 2008-09-17 at 07:31 AM.

  7. #7
    domenico1983 is offline Senior Member
    Join Date
    Jun 2008
    Posts
    108

    Default Re: Group E-Mail Folder Issue

    You could use a file phpinfo.php with this code:

    <?php
    phpinfo();
    ?>

    and to insert it into the www folder of your webserver. So you can copy from there the correct paths of php.exe and php.ini.

    Domenico

  8. #8
    DanBrown is offline Senior Member
    Join Date
    Jul 2008
    Posts
    95

    Default Re: Group E-Mail Folder Issue

    no it doesnt help, i think the scheduler is broken

  9. #9
    domenico1983 is offline Senior Member
    Join Date
    Jun 2008
    Posts
    108

    Default Re: Group E-Mail Folder Issue

    I have configured scheduler both under Windows than under Ubuntu and it works correctly

  10. #10
    DanBrown is offline Senior Member
    Join Date
    Jul 2008
    Posts
    95

    Default Re: Group E-Mail Folder Issue

    What command did you use in your scheduler for windows?

    im runnung it locally 'localhost' using the faststck installer

    many thanks

    by the way im trying to get it working for group e-mail folders
    Last edited by DanBrown; 2008-09-17 at 11:41 AM.

Page 1 of 5 12345 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How are you using Group Mail Accounts?
    By jyim in forum Developer Help
    Replies: 7
    Last Post: 2011-12-17, 08:54 AM
  2. Replies: 1
    Last Post: 2008-04-28, 06:20 PM
  3. Group Mail Configuration
    By vaishjan in forum Help
    Replies: 17
    Last Post: 2008-02-07, 02:23 AM
  4. Group Mail
    By vaishjan in forum Help
    Replies: 1
    Last Post: 2006-06-07, 06:16 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •